[{"label":"Latest (v37.1)","version":"latest"},{"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
IpSpaceRanges
An object specifying IP Ranges for an IP Space along with quota information.
Properties
integer
defaultFloatingIpQuota
Optional
This specifies the default number of IPs from the specified ranges which can be consumed by each organization using this IP Space. This is typically set for IP Spaces with type PUBLIC or SHARED_SERVICES. A Quota of -1 means there is no cap to the number of IP addresses that can be allocated. A Quota of 0 means that the IP addresses cannot be allocated. If not specified, all PUBLIC or SHARED_SERVICES IP Spaces have a default quota of 1 for Floating IP addresses and all PRIVATE IP Spaces have a default quota of -1 for Floating IP addresses.
JSON Example
{
"defaultFloatingIpQuota": 0,
"ipRanges": [
{
"allocatedIpCount": "string",
"allocatedIpPercentage": 0,
"endIpAddress": "string",
"id": "string",
"startIpAddress": "string",
"totalIpCount": "string"
}
]
}
Vendor Extensions
This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
defaultFloatingIpQuota:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
ipRanges:
x-vcloud-constraints:
- constraint: NonSearchable
- constraint: NonSortable
[{"label":"Latest (v37.1)","version":"latest"},{"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 37.1
Property Of
InlineIpSpace1