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

OrgVdc

An object representing an Organization Virtual Datacenter in VCD.


Properties

string
allocationType Optional

The allocation type of the vdc, one of: ALLOCATION_VAPP, ALLOCATION_POOL, RESERVATION_POOL, FLEX


string
description Optional

The description of the vdc.


string
id Optional

A unique identifier for the vdc.


string
name Optional

The name of the vdc.


org Optional

The reference to the organization that the VDC belongs to

JSON Example

{
	"allocationType": "string",
	"description": "string",
	"id": "string",
	"name": "string",
	"org": {
		"id": "string",
		"name": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-cross-references:
    - cross-reference:
        alias: computePolicyType
        description: |
            A filter to look up VDCs that contain certain compute policy types, cannot be used with
            the computePolicyName filter
            Supported filters:
              computePolicyType==VdcKubernetesPolicy
        referenced-property: policyType
        referenced-type: ./compute-policy/compute-policy-2.0.0.yaml#/definitions/VdcComputePolicy
    - cross-reference:
        alias: computePolicyName
        description: |
            A filter to look up VDCs that contain a VdcVmPolicy with a certain name. This does not
            apply to Kubernetes policies and cannot be used with the computePolicyType filter
            E.G: computePolicyName==someName
        referenced-property: name
        referenced-type: ./compute-policy/compute-policy-2.0.0.yaml#/definitions/VdcComputePolicy
x-vcloud-property-annotations:
    description:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - args:
                - arg: vdc
              constraint: Urn
            - constraint: NonSortable
    org:
        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 35.0
Property Of

InlineOrgVdcs1
Returned By

Get VDC

Feedback

Was this page helpful?