VnicPortArgument
VnicPortArgument
This argument records a Virtual NIC device that connects to a DVPort.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"vnic": "string",
"port": {
"_typeName": "string",
"switchUuid": "string",
"portgroupKey": "string",
"portKey": "string",
"connectionCookie": 0
}
}
string
vnic
Required
The Virtual NIC devices that were using the DVports.
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)