AvailableIpPoolSubnet
AvailableIpPoolSubnet
Describes an available IP address.
JSON Example
{
"gateway": "string",
"prefixLength": 0,
"enabled": false,
"ipRanges": {
"values": [
{
"startAddress": "string",
"endAddress": "string"
}
]
},
"totalIpCount": 0
}
string
gateway
Optional
The gateway for the subnet on which IPs are available.
integer
prefixLength
Optional
The netmask prefix length of the subnet.
boolean
enabled
Optional
Indicates whether the network subnet is currently enabled.
integer
totalIpCount
Optional
The total number of available IP addresses.