Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VAppCloneSpec(vim.vApp.CloneSpec)
- Parameter to
- CloneVApp_Task
- Extends
- DynamicData
- See also
- Datastore, Folder, HostSystem, KeyValue, ResourceConfigSpec, VAppCloneSpecNetworkMappingPair, VAppCloneSpecResourceMap
- Since
- vSphere API Release 4.0
Data Object Description
Specification for a vApp cloning operation.Properties
Name | Type | Description |
---|---|---|
host* P | ManagedObjectReference
to a HostSystem |
The target host for the virtual machines. This is often not a required
parameter. If not specified, the behavior is as follows:
|
location P | ManagedObjectReference
to a Datastore |
Location where the destination vApp must be stored
|
networkMapping* | VAppCloneSpecNetworkMappingPair[] |
Network mappings. See NetworkMappingPair.
|
property* | KeyValue[] |
A set of property values to override.
|
provisioning* | xsd:string |
Specify how the VMs in the vApp should be provisioned.
Since vSphere API Release 4.1 |
resourceMapping* | VAppCloneSpecResourceMap[] |
The resource configuration for the cloned vApp.
Since vSphere API Release 4.1 |
resourceSpec* | ResourceConfigSpec |
The resource configuration for the vApp.
|
vmFolder* P | ManagedObjectReference
to a Folder |
The VM Folder to associate the vApp with
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |