DistributedVirtualSwitchHostMemberPnicSpec
Specification for an individual physical NIC.
{
"_typeName": "string",
"pnicDevice": "string",
"uplinkPortKey": "string",
"uplinkPortgroupKey": "string",
"connectionCookie": 0
}
Name of the physical NIC to be added to the proxy switch.
See PhysicalNic.device.
Key of the port to be connected to the physical NIC.
Key of the portgroup to be connected to the physical NIC.
Cookie that represents this DistributedVirtualSwitchPortConnection instance for the port.
The cookie value is generated by the Server. The Server ignores any value set by an SDK client.
The same cookie is present in the distributed virtual port configuration (DistributedVirtualPort.connectionCookie) so that the Server can verify that the entity is the rightful connectee of the port.