IpAddressSpaceQuota

IpAddressSpaceQuota
IpAddressSpaceQuota

IP Space quota defines the maximum number of IPv4 IPs and CIDRs that can be allocated and used by the IP Space across all its Internal Scopes.

JSON Example
{
    "maxIpCount": 0,
    "maxCidrCount": 0,
    "maxSubnetSize": 24
}
integer As int32 As int32
maxIpCount
Optional
Constraints: minimum: -1 default: 1

The maximum number of single floating IP addresses that can be allocated and used from all the Internal Scopes of the IP Space. A "-1" value means no cap on the number of floating IP Addresses.

integer As int32 As int32
maxCidrCount
Optional
Constraints: minimum: -1 default: 1

The maximum number of CIDRs with size maxSubnetSize or less, that can be allocated from all the Internal Scopes of the IP Space. A "-1" value means no cap on the number of the CIDRs used.

integer As int32 As int32
maxSubnetSize
Optional
Constraints: minimum: 1 maximum: 31 default: 24

The maximum size of the subnets, represented as a prefix length. The CIDRs that are allocated from the Internal Scopes of the IP Space 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.