VMware Cloud Director API - ResourceType
ResourceType
- Type:
- ResourceType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- The base type for all objects in the vCloud model. Has an optional list of links and href and type attributes.
- Since:
- 0.9
- Schema:
- common.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<ResourceType 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"/>
</ResourceType>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 0.9 The URI of the entity. type string No always 0.9 The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none 0.9 A reference to an entity or operation associated with this object. VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.