NsxStretchClusterSpec

NsxStretchClusterSpec
NsxStretchClusterSpec

This specification contains NSX configuration for Secondary AZ Hosts

JSON Example
{
    "ipAddressPoolsSpec": [
        {
            "name": "string",
            "description": "string",
            "ignoreUnavailableNsxtCluster": false,
            "subnets": [
                {
                    "ipAddressPoolRanges": [
                        {
                            "start": "string",
                            "end": "string"
                        }
                    ],
                    "cidr": "string",
                    "gateway": "string"
                }
            ]
        }
    ],
    "uplinkProfiles": [
        {
            "name": "string",
            "teamings": [
                {
                    "policy": "One among: FAILOVER_ORDER, LOADBALANCE_SRCID, LOADBALANCE_SRC_MAC",
                    "activeUplinks": [
                        "string"
                    ],
                    "standByUplinks": [
                        "string"
                    ]
                }
            ],
            "transportVlan": 0,
            "supportedTeamingPolicies": {
                "supportedTeamingPolicies": "string"
            }
        }
    ],
    "overlayVtepSpec": {
        "vtepType": "One among: NO_IP"
    }
}
ipAddressPoolsSpec
Optional

The IP address pool specifications

uplinkProfiles
Required  

The list of uplink profile specifications.

overlayVtepSpec
Optional

This specification defines the NSX overlay VTEP configuration for the vSphere cluster in terms of IP assignment type for the VTEPs. Specifying OverlayVtepSpec with VtepType NO_IP disables VTEP creation on hosts, enabling the NSX VLAN Backed VPC configuration. At this point in time, configuring the NSX overlay VTEP by the means of DHCP or static IP pool assignment types can be done without specifying any OverlayVtepSpec.