DistributedVirtualSwitchHostMemberConfigInfo
The DistributedVirtualSwitchHostMemberConfigInfo data object contains membership configuration information for the ESXi host.
{
"_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
}
ESXi host.
This property should always be set unless the user's setting does not have System.Read privilege on the object referred to by this property.
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.
Opaque binary blob that stores vendor specific configuration.
Host membership backing, specifying physical NIC, portgroup, and port bindings for the proxy switch.
Indicate whether the proxy switch is used by NSX on this particular host member of the VDS.
Indicate if ENS is enabled for this particular host member of the VDS.
It is read only.
Indicate if ENS interrupt mode is enabled for this particular host member of the VDS.
It is read only.
Indicate which transport zones this host joins by this VDS.
Indicate which uplink ports are used by NSX-T.
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