VMware Cloud Director API - VendorTemplateAttributesType
VendorTemplateAttributesType
- Type:
- VendorTemplateAttributesType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Information about vendor template attributes
- Since:
- 5.1
- Schema:
- vendorServices.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<VendorTemplateAttributesType xmlns="http://www.vmware.com/vcloud/v1.5">
<Name> xs:string </Name>
<Key> xs:string </Key>
<Value> xs:string </Value>
</VendorTemplateAttributesType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Key string Yes always 5.1 Key of the vendor template attribute. This is required. Name string Yes always 5.1 Name of the vendor template attribute. This is required. VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. Value string No always 5.1 Value of the service template attribute. This is optional.