VMware Cloud Director API - DeployVAppParams
DeployVAppParamsType
- Element:
- DeployVAppParams
- Type:
- DeployVAppParamsType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Parameters to a deploy vApp request.
- Since:
- 0.9
- Schema:
- vApp.xsd
- Media type(s):
-
application/vnd.vmware.vcloud.deployVAppParams+xml
application/vnd.vmware.vcloud.deployVAppParams+json
- Extends:
- VCloudExtensibleType
- XML Representation:
-
<DeployVAppParams xmlns="http://www.vmware.com/vcloud/v1.5" powerOn="xs:boolean" deploymentLeaseSeconds="xs:int" forceCustomization="xs:boolean"/>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description powerOn boolean No always 0.9 Used to specify whether to power on vapp on deployment, if not set default value is true. deploymentLeaseSeconds int No always 0.9 Lease in seconds for deployment. A value of 0 is replaced by the organization default deploymentLeaseSeconds value. forceCustomization boolean No 0.9 Used to specify whether to force customization on deployment, if not set default value is false. -
Elements
-
Element Type Required Modifiable Since Deprecated Description 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. -
Operations
-
CRUD Operation Description Since Deprecated as input POST /vApp/{id}/action/deploy Deploy a vApp or VM. 0.9