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.
{
"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"
}
}
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.
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.
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.
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.
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.