[{"label":"Latest (v37.1)","version":"latest"},{"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

IpSpaceUtilizationSummary

Utilization summary for an IP space.


Properties

floatingIPs Optional

Utilization summary for floating IPs within the IP space.


ipPrefixes Optional

Utilization summary for IP prefixes within the IP space.

JSON Example

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

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    floatingIPs:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    ipPrefixes:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
[{"label":"Latest (v37.1)","version":"latest"},{"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

InlineIpSpaceSummary1
What's changed in v37.1?

INTRODUCED


Feedback

Was this page helpful?