[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

IpSpaceIpUtilizationCounts

Utilization counts for collection of IP addresses or IP Prefixes. This gives usage summary for the collection of IP addresses such as number of total available, allocated and used.


Properties

string
allocatedCount Optional

The number of allocated IP addresses or IP Prefixes.


number as float
allocatedPercentage Optional

Specifies the percentage of allocated IP addresses or IP Prefixes out of all defined IP addresses or IP Prefixes.


string
totalCount Optional

The number of IP addresses or IP Prefixes defined by the IP Space. If user does not own this IP Space, this is the quota that the user’s organization is granted. A “-1” value means that the user’s organization has no cap on the quota; for this case, allocatedPercentage is unset.


string
unusedCount Optional

The number of unused IP addresses or IP Prefixes. An IP address or an IP Prefix is considered unused if it is allocated but not being used by any network service or any Org vDC network definition.


string
usedCount Optional

The number of used IP addresses or IP Prefixes. An allocated IP address or IP Prefix is considered used if it is being used in network services such as NAT rule or in Org VDC network definition.


number as float
usedPercentage Optional

Specifies the percentage of used IP addresses or IP Prefixes out of total allocated IP addresses or IP Prefixes.

JSON Example

{
	"allocatedCount": "string",
	"allocatedPercentage": 0,
	"totalCount": "string",
	"unusedCount": "string",
	"usedCount": "string",
	"usedPercentage": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    allocatedCount:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    allocatedPercentage:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    totalCount:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    unusedCount:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    usedCount:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    usedPercentage:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 37.1
Property Of

IpSpaceUtilizationSummary
Used By

IpSpaceIpPrefixUtilizationCounts

Feedback

Was this page helpful?