IpAddressSpaceOrgQuota

IpAddressSpaceOrgQuota
IpAddressSpaceOrgQuota

Object specifying an quota of an IP Block to an Organization.

JSON Example undefined undefined
{
    "id": "urn:vcloud:ipSpaceOrgQuota:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "ipSpaceRef": {
        "name": "string",
        "id": "string"
    },
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "ipSpaceType": "string",
    "defaultQuota": {
        "maxIpCount": 0,
        "maxCidrCount": 0,
        "maxSubnetSize": 24
    },
    "customQuota": {
        "maxIpCount": 0,
        "maxCidrCount": 0,
        "maxSubnetSize": 24
    }
}
string
id
Optional

The identifier of the IP Block Org Quota in URN format.

ipSpaceRef
Required

Entity reference used to describe VCD entities

orgRef
Required

Entity reference used to describe VCD entities

string
ipSpaceType
Optional

The type of the IP Block. Possible values are:

  • PUBLIC
  • PRIVATE
defaultQuota
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.

customQuota
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.