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

IpSpaceOrgAssignment

Object specifying an assignment of an IP Space to an Organization.


Properties

ipSpaceRef Required

Reference to the associated IP Space. This property is not updatable.


orgRef Required

Reference to the associated Organization. This property is not updatable.


customQuotas Optional

Custom IP Space quotas applied to the Organization. A custom quota for floating IPs or IP Prefix overrides the default quotas applied to the associated Organization. Setting the customQuotas property to NULL will result in resetting all the overridden quotas to their respective defaults. Setting the specific overridden quota value within customQuotas will result in resetting the overridden quota value to its default value. A Quota of -1 means there is no cap to the number of IP addresses or IP Prefixes that can be allocated. A Quota of 0 means that the IP addresses or IP Prefixes cannot be allocated.


defaultQuotas Optional

Default IP Space quotas applied to the Organization.


string
id Optional

The identifier of the IP Space Org Assignment in URN format.


string
ipSpaceType Optional

The type of the IP Space. Possible values are:

  • PUBLIC
  • PRIVATE
  • SHARED_SERVICES

JSON Example

{}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-cross-references:
    - cross-reference:
        alias: onlyIncludeCustomQuotas
        description: Flag to only include records where custom quotas are applied.
x-vcloud-property-annotations:
    customQuotas:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    defaultQuotas:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - constraint: NonSortable
            - constraint: ReadOnly
            - args:
                - arg: ipSpaceOrgAssignment
              constraint: Urn
    ipSpaceType:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - 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

InlineIpSpaceOrgAssignments1
Parameter To

Create IP Space Org Assignment
Update IP Space Org Assignment
Returned By

Get IP Space Org Assignment

Feedback

Was this page helpful?