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

IpSpaceIpAllocationRequest

An IP Space IP Allocation request object.


Properties

integer
quantity Required

Number of IP addresses or IP Prefix blocks to allocate.


string
type Required

The type of the IP allocation requested. Possible values are:

  • FLOATING_IP - For allocation of floating IP addresses from defined IP Space ranges.
  • IP_PREFIX - For allocation of IP prefix sequences from defined IP Space prefixes.


integer
prefixLength Optional

The prefix length of an IP Prefix to allocate. This is required if type is IP_PREFIX.

JSON Example

{
	"quantity": 0,
	"type": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    prefixLength:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    quantity:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    type:
        x-vcloud-constraints:
            - 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
Parameter To

Allocate
What's changed in v37.1?

INTRODUCED


Feedback

Was this page helpful?