IdentifiableResourceType

Type:
IdentifiableResourceType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
The base type for all resource types which contain an id attribute.
Since:
0.9
Schema:
common.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<IdentifiableResourceType xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string" id="xs:string" operationKey="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string" model="xs:string"/>
</IdentifiableResourceType>

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.
id string No none 0.9 The entity identifier, expressed in URN format. The value of this attribute uniquely identifies the entity, persists for the life of the entity, and is never reused.
operationKey string No create 5.1 Optional unique identifier to support idempotent semantics for create and delete operations.

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.