VMware Cloud Director API - Orgs
OrgsType
- Element:
- Orgs
- Type:
- OrgsType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents a list of organizations.
- Since:
- 5.5
- Schema:
- vCloudEntities.xsd
- Media type(s):
- None
- Extends:
- ResourceType
- XML Representation:
-
<Orgs xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string" model="xs:string"/>
<Org href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</Orgs>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 5.5 The URI of the entity. type string No always 5.5 The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none 5.5 A reference to an entity or operation associated with this object. Org ReferenceType No none 5.5 Reference to an organization. VCloudExtension VCloudExtensionType No always 5.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.