HostPortGroupPort
HostPortGroupPort
A Port data object type is a runtime representation of network connectivity between a network service or virtual machine and a virtual switch.
This is different from a port group in that the port group represents the configuration aspects of the network connection. The Port object provides runtime statistics.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": "string",
"mac": [
"string"
],
"type": "string"
}
string
key
Optional
The linkable identifier.
array of string
mac
Optional
The Media Access Control (MAC) address of network service of the virtual machine connected on this port.
string
type
Required
The type of component connected on this port.
Must be one of the values of PortGroupConnecteeTypeEnum.