DistributedVirtualSwitchHostMemberPnicSpec

DistributedVirtualSwitchHostMemberPnicSpec
DistributedVirtualSwitchHostMemberPnicSpec

Specification for an individual physical NIC.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "pnicDevice": "string",
    "uplinkPortKey": "string",
    "uplinkPortgroupKey": "string",
    "connectionCookie": 0
}
string
pnicDevice
Required

Name of the physical NIC to be added to the proxy switch.

See PhysicalNic.device.

string
uplinkPortKey
Optional

Key of the port to be connected to the physical NIC.

string
uplinkPortgroupKey
Optional

Key of the portgroup to be connected to the physical NIC.

integer As int32 As int32
connectionCookie
Optional

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.