DistributedVirtualSwitchHostMemberConfigInfo

DistributedVirtualSwitchHostMemberConfigInfo
DistributedVirtualSwitchHostMemberConfigInfo

The DistributedVirtualSwitchHostMemberConfigInfo data object contains membership configuration information for the ESXi host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "maxProxySwitchPorts": 0,
    "vendorSpecificConfig": [
        {
            "_typeName": "string",
            "key": "string",
            "opaqueData": "string"
        }
    ],
    "backing": {
        "_typeName": "string"
    },
    "nsxSwitch": false,
    "ensEnabled": false,
    "ensInterruptEnabled": false,
    "transportZones": [
        {
            "_typeName": "string",
            "uuid": "string",
            "type": "string"
        }
    ],
    "nsxtUsedUplinkNames": [
        "string"
    ],
    "networkOffloadingEnabled": false
}
host
Optional

Reference to an instance of the HostSystem managed object.

integer As int32 As int32
maxProxySwitchPorts
Required

Maximum number of ports than can be created in the proxy switch.

ESXi 5.0 and earlier hosts: If you change the maximum number of ports, you must reboot the host for the new value to take effect.

vendorSpecificConfig
Optional

Opaque binary blob that stores vendor specific configuration.

backing
Required

Base class.

boolean
nsxSwitch
Optional

Indicate whether the proxy switch is used by NSX on this particular host member of the VDS.

boolean
ensEnabled
Optional

Indicate if ENS is enabled for this particular host member of the VDS.

It is read only.

boolean
ensInterruptEnabled
Optional

Indicate if ENS interrupt mode is enabled for this particular host member of the VDS.

It is read only.

transportZones
Optional

Indicate which transport zones this host joins by this VDS.

array of string
nsxtUsedUplinkNames
Optional

Indicate which uplink ports are used by NSX-T.

boolean
networkOffloadingEnabled
Optional

Indicate if network offloading is enabled for this particular host member of the VDS.

Unset implies that network offloading is disabled.

Since: vSphere API Release 8.0.0.1