NsxClusterSpec

NsxClusterSpec
NsxClusterSpec

This specification contains NSX configuration for cluster

JSON Example
{
    "nsxTClusterSpec": {
        "geneveVlanId": 0,
        "ipAddressPoolSpec": {
            "description": "string",
            "ignoreUnavailableNsxtCluster": false,
            "name": "string",
            "subnets": [
                {
                    "cidr": "string",
                    "gateway": "string",
                    "ipAddressPoolRanges": [
                        {
                            "end": "string",
                            "start": "string"
                        }
                    ]
                }
            ]
        }
    }
}
nsxTClusterSpec
Optional

This specification contains NSX-T configuration for a new cluster.

Property Of