VMware Cloud Director API - VendorTemplateType
VendorTemplateType
- Type:
- VendorTemplateType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Information about a vendor service template. This is optional.
- Since:
- 5.1
- Schema:
- vendorServices.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<VendorTemplateType xmlns="http://www.vmware.com/vcloud/v1.5">
<Name> xs:string </Name>
<Id> xs:string </Id>
</VendorTemplateType>
-
Elements
-
Element Type Required Modifiable Since Deprecated Description Id string Yes always 5.1 ID of the vendor template. This is required. Name string Yes always 5.1 Name of the vendor template. 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.