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"
            }
        }
    ]
}
ipAddressPoolsSpec
Optional

The IP address pool specifications

uplinkProfiles
Required

The list of uplink profile specifications.