ClusterExpansionNetworkSpec

ClusterExpansionNetworkSpec
ClusterExpansionNetworkSpec

This specification contains cluster network configuration.

JSON Example
{
    "nsxClusterSpec": {
        "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"
                }
            }
        ]
    },
    "networkProfiles": [
        {
            "name": "string",
            "description": "string",
            "nsxtHostSwitchConfigs": [
                {
                    "vdsName": "string",
                    "uplinkProfileName": "string",
                    "ipAddressPoolName": "string",
                    "vdsUplinkToNsxUplink": [
                        {
                            "vdsUplinkName": "string",
                            "nsxUplinkName": "string"
                        }
                    ]
                }
            ]
        }
    ]
}
nsxClusterSpec
Required

This specification contains NSX configuration for cluster expansion

networkProfiles
Required

The list of network profiles