IpAddressSpaceQuota
IP Block quota defines the maximum number of IPv4 IPs and CIDRs that can be allocated and used by the IP Block across all its Internal Scopes.
{
"maxIpCount": 0,
"maxCidrCount": 0,
"maxSubnetSize": 24
}
The maximum number of single floating IP addresses that can be allocated and used from all the Internal Scopes of the IP Block. A "-1" value means no cap on the number of floating IP Addresses.
The maximum number of CIDRs with size maxSubnetSize or less, that can be allocated from all the Internal Scopes of the IP Block. A "-1" value means no cap on the number of the CIDRs used.
The maximum size of the subnets, represented as a prefix length. The CIDRs that are allocated from the Internal Scopes of the IP Block must be smaller or equal to the specified size. For example, for a maxSubnetSize of 24, CIDRs with prefix length of 24, 28 or 30 can be allocated. If value is unset, there is no restriction on subnet size.