NsxClusterSpec

NsxClusterSpec
NsxClusterSpec

This specification contains NSX configuration for cluster

JSON Example
{
    "nsxTClusterSpec": {
        "geneveVlanId": 0,
        "ipAddressPoolSpec": {
            "name": "string",
            "description": "string",
            "ignoreUnavailableNsxtCluster": false,
            "subnets": [
                {
                    "ipAddressPoolRanges": [
                        {
                            "start": "string",
                            "end": "string"
                        }
                    ],
                    "cidr": "string",
                    "gateway": "string"
                }
            ]
        },
        "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"
                }
            }
        ]
    }
}
nsxTClusterSpec
Optional

This specification contains NSX configuration for a new cluster.

Property Of