VirtualEthernetCardDistributedVirtualPortBackingInfo

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

DistributedVirtualPort or DistributedVirtualPortgroup connection.

To specify a port connection, set the portKey property. To specify a portgroup connection, set the portgroupKey property.

This property will be unset during Virtual Machine or template cloning operation unless it's set to a DistributedVirtualSwitchPortConnection object and the portgroup is a late binding portgroup.