NsxtIpAddressPool
NsxtIpAddressPool
NSX IP address pool representation
JSON Example
{
"name": "string",
"description": "string",
"availableIpAddresses": 0,
"totalIpAddresses": 0,
"blockSubnets": [
{
"size": 0,
"gatewayAssigned": false,
"cidr": "string"
}
],
"staticSubnets": [
{
"ipAddressPoolRanges": [
{
"start": "string",
"end": "string"
}
],
"gateway": "string",
"cidr": "string"
}
]
}
string
name
Optional
Name of the IP address pool
string
description
Optional
Description of the IP address pool
integer As int32 As int32
availableIpAddresses
Optional
The number of IP addresses available in the IP address pool
integer As int32 As int32
totalIpAddresses
Optional
The total number of IP addresses in the IP address pool
array of NsxtIpAddressPoolBlockSubnet
blockSubnets
Optional
The list of IP address pool block subnets
array of NsxtIpAddressPoolStaticSubnet
staticSubnets
Optional
The list of IP address pool static subnets