[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
AvailableIpPoolSubnet
Describes an available IP address.
Properties
boolean
enabled
Optional
Indicates whether the network subnet is currently enabled.
string
gateway
Optional
The gateway for the subnet on which IPs are available.
integer
prefixLength
Optional
The netmask prefix length of the subnet.
integer
totalIpCount
Optional
The total number of available IP addresses.
JSON Example
{
"enabled": false,
"gateway": "string",
"ipRanges": {
"values": [
{
"endAddress": "string",
"startAddress": "string"
}
]
},
"prefixLength": 0,
"totalIpCount": 0
}
Vendor Extensions
This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
enabled:
x-vcloud-constraints:
- constraint: ReadOnly
- constraint: NonSearchable
- constraint: NonSortable
gateway:
x-vcloud-constraints:
- constraint: ReadOnly
- constraint: NonSearchable
- constraint: NonSortable
ipRanges:
x-vcloud-constraints:
- constraint: ReadOnly
- constraint: NonSearchable
- constraint: NonSortable
prefixLength:
x-vcloud-constraints:
- constraint: ReadOnly
- constraint: NonSearchable
- constraint: NonSortable
totalIpCount:
x-vcloud-constraints:
- constraint: ReadOnly
- constraint: NonSearchable
- constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 33.0
Property Of
AvailableIpPoolSubnets