InlineTransportZone1

InlineTransportZone1
InlineTransportZone1
JSON Example
{
    "transport_type": "string",
    "host_switch_mode": "string",
    "host_switch_name": "string",
    "nested_nsx": false,
    "uplink_teaming_policy_names": [
        "string"
    ],
    "transport_zone_profile_ids": [
        {
            "profile_id": "string",
            "resource_type": "string"
        }
    ]
}
string
transport_type
Required

The transport type of this transport zone.

Possible values are : OVERLAY, VLAN,
string
host_switch_mode
Optional

STANDARD mode applies to all the hypervisors. ENS mode stands for Enhanced Networking Stack. This feature is only available for ESX hypervisor. It is not available on KVM, EDGE and Public Cloud Gateway etc. When a Transport Zone mode is set to ENS, only Transport Nodes of type ESX can participate in such a Transport Zone.

Possible values are : STANDARD, ENS,
string
host_switch_name
Optional

If this name is unset or empty then the default host switch name will be used.

boolean
nested_nsx
Optional

The flag only need to be set in nested NSX environment.

array of string
uplink_teaming_policy_names
Optional

The names of switching uplink teaming policies that all transport nodes in this transport zone must support. An exception will be thrown if a transport node within the transport zone does not support a named teaming policy. The user will need to first ensure all trasnport nodes support the desired named teaming policy before assigning it to the transport zone. If the field is not specified, the host switch's default teaming policy will be used.

transport_zone_profile_ids
Optional

Identifiers of the transport zone profiles associated with this TransportZone.