1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vim.Folder: ../../vim/Folder.rst
.. _vim.KeyValue: ../../vim/KeyValue.rst
.. _vim.Datastore: ../../vim/Datastore.rst
.. _vim.HostSystem: ../../vim/HostSystem.rst
.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
.. _vim.ResourceConfigSpec: ../../vim/ResourceConfigSpec.rst
.. _vim.vApp.CloneSpec.ResourceMap: ../../vim/vApp/CloneSpec/ResourceMap.rst
.. _vim.vApp.CloneSpec.NetworkMappingPair: ../../vim/vApp/CloneSpec/NetworkMappingPair.rst
vim.vApp.CloneSpec
==================
Specification for a vApp cloning operation.
:extends: vmodl.DynamicData_
:since: `vSphere API 4.0`_
Attributes:
location (`vim.Datastore`_, privilege: Datastore.AllocateSpace):
Location where the destination vApp must be stored
host (`vim.HostSystem`_, privilege: VApp.Create, optional):
The target host for the virtual machines. This is often not a required parameter. If not specified, the behavior is as follows:
* If the target pool represents a stand-alone host, that host is used.
* If the target pool represents a DRS-enabled cluster, a host selected by DRS is used.
* If the target pool represents a cluster without DRS enabled or a DRS-enabled cluster in manual mode, an InvalidArgument exception is thrown.
*
resourceSpec (`vim.ResourceConfigSpec`_, optional):
The resource configuration for the vApp.
vmFolder (`vim.Folder`_, privilege: VApp.Create, optional):
The VM Folder to associate the vApp with
networkMapping ([`vim.vApp.CloneSpec.NetworkMappingPair`_], optional):
Network mappings. See NetworkMappingPair.
property ([`vim.KeyValue`_], optional):
A set of property values to override.
resourceMapping ([`vim.vApp.CloneSpec.ResourceMap`_], optional):
The resource configuration for the cloned vApp.
provisioning (`str`_, optional):
Specify how the VMs in the vApp should be provisioned.
|