IpSpaceOrgUtilization

IpSpaceOrgUtilization
IpSpaceOrgUtilization

The IP Block utilization for a give Org and Region. The IP utilization record includes the IP Quota that applies to the Org, and the utilization counts for IP addresses and CIDRs within the Org and Region.

JSON Example undefined undefined
{
    "ipSpaceRef": {
        "name": "string",
        "id": "string"
    },
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "regionRef": {
        "name": "string",
        "id": "string"
    },
    "quotaType": "string",
    "quota": {
        "maxIpCount": 0,
        "maxCidrCount": 0,
        "maxSubnetSize": 24
    },
    "usedIpCount": "string",
    "usedCidrCount": "string"
}
ipSpaceRef
Optional

Entity reference used to describe VCD entities

orgRef
Optional

Entity reference used to describe VCD entities

regionRef
Optional

Entity reference used to describe VCD entities

string
quotaType
Optional
Constraints: default: DEFAULT

The type of the IP Quota that applies for this IP Block for the Organization. Possible values are:

  • DEFAULT - default quota values from the IP Block
  • CUSTOM - overriding quota values for a specific Organization
quota
Optional

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.

string
usedIpCount
Optional

The number of IPs that this organization is using.

string
usedCidrCount
Optional

The number of CIDRs that this organization is using.