ResourceReferenceType

Type:
ResourceReferenceType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Represents a reference to a resource. Contains an href attribute, a resource status attribute, and optional name and type attributes.
Since:
0.9
Schema:
common.xsd
Media type(s):
None
Extends:
ReferenceType
XML Representation:
<ResourceReferenceType xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
        status="xs:int"/>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI Yes always 0.9 Contains the URI to the entity.
id string No always 0.9 The resource identifier, expressed in URN format. The value of this attribute uniquely identifies the resource, persists for the life of the resource, and is never reused.
type string No always 0.9 Contains the type of the the entity.
name string No always 0.9 Contains the name of the the entity.
status int No none 0.9 Status of a resource.

Elements

Element Type Required Modifiable Since Deprecated Description
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.