EntityLinkType

Type:
EntityLinkType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Extends EntityReference type by adding relation attribute.
Since:
1.5
Schema:
entity.xsd
Media type(s):
None
Extends:
EntityReferenceType
XML Representation:
<EntityLinkType xmlns="http://www.vmware.com/vcloud/v1.5" id="xs:string" type="xs:string" name="xs:string" rel="xs:string"/>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
id string Yes none 1.5 The object identifier, expressed in URN format. The value of this attribute uniquely identifies the object, persists for the life of the object, and is never reused. This context-free identifier can apply to any object in any system.
type string No always 1.5 The type of the the referenced object.
name string No always 1.5 The name of the referenced object.
rel string Yes always 1.5 Defines the relationship of the link to the object that contains it. A relationship can be the name of an operation on the object, a reference to a contained or containing object, or a reference to an alternate representation of the object. The relationship value implies the HTTP verb to use when you use the link's href value as a request URL.

Elements

Element Type Required Modifiable Since Deprecated Description
VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.