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

Org

An Organization.


Properties

string as ^[a-zA-Z0-9_\-\.\!\'\(\),\$]+$
name Required

Name of the organization.


string as (?=.*\S.*)^[^\p{Zl}\p{Zp}\p{C}]*$
displayName Required

Full display name of the organization.


boolean
canPublish Optional

Whether the organization can publish catalogs externally.

Added in 36.0

string
description Optional

Description of the organization.


integer
diskCount Optional

The number of disks in the org.

Added in 36.1

string
id Optional

A unique identifier for the organization.


boolean
isEnabled Optional

Whether the organization is enabled or not.


integer
catalogCount Optional

The number of catalogs in the org.

Added in 36.0

integer
orgVdcCount Optional

The number of VDCs in the org.

Added in 36.0

integer
runningVMCount Optional

The number of running VMs in the org.

Added in 36.0

integer
userCount Optional

The number of users in the org.

Added in 36.0

integer
vappCount Optional

The number of vApps in the org.

Added in 36.0

JSON Example

{
	"displayName": "string",
	"name": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    id:
        x-vcloud-constraints:
            - constraint: NonSortable
            - constraint: ReadOnly
            - args:
                - arg: org
              constraint: Urn
[{"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

InlineOrgs1
Parameter To

Update Org
Create Org
Returned By

Create Org
Get Org
Update Org

Feedback

Was this page helpful?