VMware Cloud Director API - MetadataEntryType
MetadataEntryType
- Type:
- MetadataEntryType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Since:
- Schema:
- common.xsd
- Media type(s):
- None
- Extends:
- ResourceType
- XML Representation:
-
<MetadataEntryType 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"/>
<Domain visibility="xs:string"/>
<Key> xs:string </Key>
<TypedValue/>
</MetadataEntryType>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always The URI of the entity. type string No always The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Domain MetadataDomainTagType Yes 5.1 A value of SYSTEM places this MetadataEntry in the SYSTEM domain. Omit or leave empty to place this MetadataEntry in the GENERAL domain. Key string Yes 1.5 An arbitrary key name. Length cannot exceed 256 UTF-8 characters. Link LinkType No none A reference to an entity or operation associated with this object. TypedValue MetadataTypedValue Yes 5.1 One of:
MetadataStringValue
MetadataNumberValue
MetadataBooleanValue
MetadataDateTimeValueVCloudExtension VCloudExtensionType No always An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.