VMware Cloud Director API - InstantiateVdcTemplateParams
InstantiateVdcTemplateParamsType
- Element:
- InstantiateVdcTemplateParams
- Type:
- InstantiateVdcTemplateParamsType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- A basic type used to pass arguments to the instantiate VDC template operation, this provides a name and optional description for a VDC instantiated from a template.
- Since:
- 5.7
- Schema:
- vCloudEntities.xsd
- Media type(s):
-
application/vnd.vmware.vcloud.instantiateVdcTemplateParams+json
application/vnd.vmware.vcloud.instantiateVdcTemplateParams+xml
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<InstantiateVdcTemplateParams xmlns="http://www.vmware.com/vcloud/v1.5" name="xs:string">
<Source href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
<Description> xs:string </Description>
</InstantiateVdcTemplateParams>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description name string Yes always 5.7 Typically used to name or identify the subject of the request. For example, the name of the object being created or modified. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Description string No always 5.7 Optional description. Source ReferenceType Yes always 5.7 A reference to a source object, which must be a VDC template. VCloudExtension VCloudExtensionType No always 5.7 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. -
Operations
-
CRUD Operation Description Since Deprecated as input POST /org/{id}/action/instantiate Instantiates a VDC template. 5.7