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
Read-Only
Name of the IP address pool
string
description
Read-Only
Description of the IP address pool
integer As int32
As int32
availableIpAddresses
Read-Only
The number of IP addresses available in the IP address pool
integer As int32
As int32
totalIpAddresses
Read-Only
The total number of IP addresses in the IP address pool
array of
NsxtIpAddressPoolBlockSubnet
blockSubnets
Read-Only
The list of IP address pool block subnets
array of
NsxtIpAddressPoolStaticSubnet
staticSubnets
Read-Only
The list of IP address pool static subnets