Nsx_Clusters_ClusterOverlayNetworkInfo
The Clusters.ClusterOverlayNetworkInfo contains information related to network configuration for the Tunnel Endpoints (TEPs) on the hosts 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.
{
"vlan": 0,
"mode": "string",
"ip_pool_info": {
"name": "string",
"notation": "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"
}
}
The VLAN identifier for this network. 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 IpAllocationMode enumerated type defines different address allocation modes. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
DHCP : The address is automatically assigned by a DHCP server. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
IP_POOL : The address is assigned from an NSX IP pool. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
The IpPoolInfo structure contains the specification of an NSX IP pool. 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.