|
Name
|
Type
|
Description
|
| diskMode | xsd:string |
The disk persistence mode. Valid modes are:
- persistent
- independent_persistent
- independent_nonpersistent
- nonpersistent
- undoable
- append
|
| split | xsd:boolean |
Flag to indicate the type of virtual disk file: split or monolithic.
If true, the virtual disk is stored in multiple files, each 2GB.
|
| thinProvisioned | xsd:boolean |
Flag to indicate to the underlying filesystem, whether the
virtual disk backing file should be allocated lazily (using
thin provisioning). This flag is only used for file systems
that support configuring the provisioning policy on a per file
basis, such as VMFS3. See perFileThinProvisioningSupported
|
| writeThrough | xsd:boolean |
Flag to indicate whether writes should go directly to the file system
or should be buffered.
|
|
Properties inherited from VirtualDeviceFileBackingInfo |
| datastore, fileName |
|
Properties inherited from VirtualDeviceBackingInfo |
| None |
|
Properties inherited from DynamicData |
| dynamicProperty, dynamicType |