NsxtSwitchConfig

NsxtSwitchConfig
NsxtSwitchConfig

This specification contains the configurations to be associated with the vSphere Distributed Switch managed by NSX

JSON Example
{
    "transportZones": [
        {
            "name": "string",
            "transportType": "One among: VLAN, OVERLAY"
        }
    ],
    "hostSwitchOperationalMode": "One among: STANDARD, ENS, ENS_INTERRUPT"
}
transportZones
Required

The list of transport zones to be associated with the vSphere Distributed Switch managed by NSX. When creating a new cluster in an existing domain configured for NSX Overlay, only the VLAN transport zones specified in the input will be configured for the cluster. Any overlay transport zones specified in the input will be ignored, and the domain's default overlay transport zone will be used instead.

string As (STANDARD|ENS|ENS_INTERRUPT)
hostSwitchOperationalMode
Optional

Operational mode type of a Host Switch. Applicable only for the VI Workload Domains.