NetworkSpec

NetworkSpec
NetworkSpec

This specification contains cluster's network configuration.

JSON Example
{
    "nsxClusterSpec": {
        "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",
                    "supportedTeamingPolicies": {
                        "supportedTeamingPolicies": "string"
                    },
                    "teamings": [
                        {
                            "activeUplinks": [
                                "string"
                            ],
                            "policy": "string",
                            "standByUplinks": [
                                "string"
                            ]
                        }
                    ],
                    "transportVlan": 0
                }
            ]
        }
    },
    "vdsSpecs": [
        {
            "isUsedByNsxt": false,
            "nsxtSwitchConfig": {
                "transportZones": [
                    {
                        "name": "string",
                        "transportType": "One among: VLAN, OVERLAY"
                    }
                ],
                "hostSwitchOperationalMode": "One among: STANDARD, ENS, ENS_INTERRUPT"
            },
            "mtu": 0,
            "name": "string",
            "niocBandwidthAllocationSpecs": [
                {
                    "niocTrafficResourceAllocation": {
                        "limit": 0,
                        "reservation": 0,
                        "sharesInfo": {
                            "level": "One among: low, normal, high, custom",
                            "shares": 0
                        }
                    },
                    "type": "string"
                }
            ],
            "portGroupSpecs": [
                {
                    "activeUplinks": [
                        "string"
                    ],
                    "standByUplinks": [
                        "string"
                    ],
                    "teamingPolicy": "One among: loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, loadbalance_loadbased",
                    "name": "string",
                    "transportType": "One among: VSAN, VMOTION, MANAGEMENT, PUBLIC, NFS, VREALIZE, ISCSI, EDGE_INFRA_OVERLAY_UPLINK, VM_MANAGEMENT"
                }
            ]
        }
    ],
    "networkProfiles": [
        {
            "name": "string",
            "description": "string",
            "isDefault": false,
            "nsxtHostSwitchConfigs": [
                {
                    "ipAddressPoolName": "string",
                    "uplinkProfileName": "string",
                    "vdsName": "string",
                    "vdsUplinkToNsxUplink": [
                        {
                            "nsxUplinkName": "string",
                            "vdsUplinkName": "string"
                        }
                    ]
                }
            ]
        }
    ]
}
nsxClusterSpec
Required

This specification contains NSX configuration for cluster

array of VdsSpec
vdsSpecs
Required

Distributed switches to add to the cluster

networkProfiles
Optional

The list of network profiles

Property Of