CloneVAppTemplateParamsType

Element:
CloneVAppTemplateParams
Type:
CloneVAppTemplateParamsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Parameters for a cloneVappTemplate request.
Since:
0.9
Schema:
vAppTemplate.xsd
Media type(s):
application/vnd.vmware.vcloud.cloneVAppTemplateParams+xml
Extends:
ParamsType
XML Representation:
<CloneVAppTemplateParams xmlns="http://www.vmware.com/vcloud/v1.5" name="xs:string">
    <Description> xs:string </Description>
    <Source href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <IsSourceDelete> xs:boolean </IsSourceDelete>
    <VdcStorageProfile href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</CloneVAppTemplateParams>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
name string No always 0.9 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 0.9 Optional description.
IsSourceDelete boolean No always 1.0 True if the source vApp template should be deleted after cloning is complete.
Source ReferenceType Yes always 0.9 Reference to the vApp template to clone.
VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.
VdcStorageProfile ReferenceType No always 5.1 A reference to the storage profile to be specified in the vApp template created by this operation.

Operations

CRUD Operation Description Since Deprecated
as input POST /vdc/{id}/action/cloneVAppTemplate Create a copy of a vApp template. 0.9