DistributedVirtualSwitchHostMemberPnicBacking

DistributedVirtualSwitchHostMemberPnicBacking
DistributedVirtualSwitchHostMemberPnicBacking

The DistributedVirtualSwitchHostMemberPnicBacking data object specifies a set of physical NICs to use for a proxy switch.

When you add a host to a distributed virtual switch (DistributedVirtualSwitchHostMemberConfigSpec.host), the host creates a proxy switch that will use the pNICs as uplinks.

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

List of physical NIC specifications.

Each entry identifies a pNIC to the proxy switch and optionally specifies uplink portgroup and port connections for the pNIC.