NsxtHostSwitchConfig

NsxtHostSwitchConfig
NsxtHostSwitchConfig

This specification contains the configurations to be applied on the Host switch.

JSON Example
{
    "vdsName": "string",
    "uplinkProfileName": "string",
    "ipAddressPoolName": "string",
    "vdsUplinkToNsxUplink": [
        {
            "vdsUplinkName": "string",
            "nsxUplinkName": "string"
        }
    ]
}
string
vdsName
Required  
Constraints: minLength: 1

The name of the vSphere Distributed Switch

string
uplinkProfileName
Required  
Constraints: minLength: 1

The name of the uplink profile

string
ipAddressPoolName
Optional

The IP address pool name

vdsUplinkToNsxUplink
Required  
Constraints: minItems: 1

The map of vSphere Distributed Switch uplinks to the NSX switch uplinks.