Enum - BaseConfigInfoDiskFileBackingInfoProvisioningType(vim.vslm.BaseConfigInfo.DiskFileBackingInfo.ProvisioningType)

Since
vSphere API 6.5


Enum Description

Provisioning type constants.

Enum Constants

NameDescription
eagerZeroedThick An eager zeroed thick virtual disk has all space allocated and wiped clean of any previous contents on the physical media at creation time. Such virtual disk may take longer time during creation compared to other provisioning formats.
lazyZeroedThick A thick virtual disk has all space allocated at creation time. This space may contain stale data on the physical media.
thin Space required for thin-provisioned virtual disk is allocated and zeroed on demand as the space is used.

Show WSDL type definition