[{"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

IpSpacePrefixes

An object specifying IP Prefixes for an IP Space along with quota information.


Properties

integer
defaultQuotaForPrefixLength Optional

This specifies the number of prefixes from the specified sequence which can be consumed by each organization using this IP Space. All the IP Prefix sequences with the same prefix length are treated as one logical unit for allocation purpose. This is typically set for IP Spaces with type PUBLIC or SHARED_SERVICES. A Quota of -1 means there is no cap to the number of IP Prefixes that can be allocated. A Quota of 0 means that the IP Prefixes cannot be allocated. If not specified, all PUBLIC or SHARED_SERVICES IP Spaces have a default quota of 0 for IP Prefixes and all PRIVATE IP Spaces have a default quota of -1 for IP Prefixes.


array of IpSpacePrefix
ipPrefixSequence Optional

A sequence of IP prefixes with same prefix length. All the IP Prefix sequences with the same prefix length are treated as one logical unit for allocation purpose.

JSON Example

{
	"defaultQuotaForPrefixLength": 0,
	"ipPrefixSequence": [
		{
			"allocatedPrefixCount": 0,
			"allocatedPrefixPercentage": 0,
			"id": "string",
			"prefixLength": 0,
			"startingPrefixIpAddress": "string",
			"totalPrefixCount": 0
		}
	]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    defaultQuotaForPrefixLength:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    ipPrefixSequence:
        x-vcloud-constraints:
            - 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

InlineIpSpace1

Feedback

Was this page helpful?