⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
P
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - PortGroupConnecteeType(vim.host.PortGroup.PortConnecteeType)
Enum Description
The type of component connected to a port group.
Enum Constants
Name
Description
host
The VMkernel is connected to this port group.
systemManagement
A system management entity (service console) is connected to this port group.
unknown
This port group serves an entity of unspecified kind.
virtualMachine
A virtual machine is connected to this port group.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="PortGroupConnecteeType"> <restriction base="xsd:string"> <enumeration value="virtualMachine"/> <enumeration value="systemManagement"/> <enumeration value="host"/> <enumeration value="unknown"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
Feedback
1
2
3
4
5
0 Ratings