File: ProvisioningType.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _vim.vApp.CloneSpec: ../../../vim/vApp/CloneSpec.rst

.. _vim.vApp.CloneSpec.ProvisioningType: ../../../vim/vApp/CloneSpec/ProvisioningType.rst

vim.vApp.CloneSpec.ProvisioningType
===================================
  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).
  :contained by: `vim.vApp.CloneSpec`_

  :type: `vim.vApp.CloneSpec.ProvisioningType`_

  :name: thick

values:
--------

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

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

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.