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"
                        }
                    ]
                }
            ]
        },
        "ipAddressPoolsSpec": [
            {
                "description": "string",
                "ignoreUnavailableNsxtCluster": false,
                "name": "string",
                "subnets": [
                    {
                        "cidr": "string",
                        "gateway": "string",
                        "ipAddressPoolRanges": [
                            {
                                "end": "string",
                                "start": "string"
                            }
                        ]
                    }
                ]
            }
        ],
        "uplinkProfiles": [
            {
                "name": "string",
                "teamings": [
                    {
                        "activeUplinks": [
                            "string"
                        ],
                        "policy": "string",
                        "standByUplinks": [
                            "string"
                        ]
                    }
                ],
                "transportVlan": 0
            }
        ]
    }
}
nsxTClusterSpec
Optional

nsxTClusterSpec

Property Of