Nsx_EdgeClusterEnableSpec

Nsx_EdgeClusterEnableSpec
Nsx_EdgeClusterEnableSpec

The EdgeClusterEnableSpec structure contains the specification required to enable NSX Edge node(s) on a vSphere cluster. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

JSON Example
{
    "edge_nodes": [
        {
            "uplink_ip_address": "string",
            "name": "string",
            "password": "string",
            "hostname": "string",
            "management_ip_address": "string",
            "datastore": "string"
        }
    ],
    "placement": {
        "create_resource_pool": false,
        "resource_pool": "string",
        "resource_pool_name": "string"
    },
    "management_network": {
        "network": "string",
        "subnet_mask": "string",
        "gateway": "string"
    },
    "uplink_network": {
        "vlan": 0,
        "subnet_mask": "string",
        "gateway": "string"
    },
    "overlay_network": {
        "vlan": 0,
        "create_ip_pool": false,
        "ip_pool_spec": {
            "name": "string",
            "cidr": {
                "address": "string",
                "prefix": 0
            },
            "ip_range": {
                "starting_address": "string",
                "size_specifier": "string",
                "ending_address": "string",
                "address_count": 0,
                "subnet_mask": "string"
            },
            "gateway": "string"
        },
        "ip_pool": "string"
    }
}
edge_nodes
Required

List of specifications for the NSX Edge node(s). This list must have two elements. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

placement
Required

The PlacementSpec contains the placement specification required to set up NSX Edge node(s). Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

management_network
Required

The ManagementNetworkSpec contains information related to network configuration for the management network interface on the NSX Edge node. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

uplink_network
Required

The UplinkNetworkSpec contains information related to configuration of the uplink network interface on the NSX Edge node(s). Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

overlay_network
Required

The EdgeOverlayNetworkSpec contains information related to network configuration for the Tunnel Endpoints (TEPs) on the NSX Edge nodes in the vSphere cluster. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.