VAppCloneSpecProvisioningType_enum

VAppCloneSpecProvisioningType_enum
VAppCloneSpecProvisioningType_enum

The cloned VMs can either be provisioned the same way as the VMs they are a clone of, thin provisioned or thick provisioned, or linked clones (i.e., using delta disks).

Possible values:

  • sameAsSource: Each disk in the cloned virtual machines will have the same type of disk as the source vApp.

  • thin: Each disk in the cloned virtual machines is allocated in full size now and committed on demand.

    This is only supported on VMFS-3 and newer datastores. Other types of datastores may create thick disks.

  • thick: Each disk in the cloned virtual machines are allocated and committed in full size immediately.

This data structure has no properties.
Enumeration: sameAsSource, thin, thick,