VirtualEthernetCardDistributedVirtualPortBackingInfo
VirtualEthernetCardDistributedVirtualPortBackingInfo
The VirtualEthernetCardDistributedVirtualPortBackingInfo data object defines backing for a virtual Ethernet card that connects to a distributed virtual switch port or portgroup.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"port": {
"_typeName": "string",
"switchUuid": "string",
"portgroupKey": "string",
"portKey": "string",
"connectionCookie": 0
}
}
port
Required
The DistributedVirtualSwitchPortConnection data object represents a connection or association between a DistributedVirtualPortgroup or a DistributedVirtualPort and one of the following entities:
- Virtual machine virtual NIC (VirtualEthernetCardDistributedVirtualPortBackingInfo)
- Host virtual NIC (HostVirtualNic)
- Physical NIC (HostNetworkInfo.pnic)