IpSpaceRanges

IpSpaceRanges
IpSpaceRanges

An object specifying IP Ranges for an IP Space along with quota information.

JSON Example
{
    "ipRanges": [
        {
            "id": "string",
            "startIpAddress": "string",
            "endIpAddress": "string",
            "totalIpCount": "string",
            "allocatedIpCount": "string",
            "allocatedIpPercentage": "number"
        }
    ],
    "defaultFloatingIpQuota": 0
}
ipRanges
Optional

List of IP Ranges.

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.

Availability
Added in 37.1