Data Object - VirtualDiskFlatVer2BackingInfo(vim.vm.device.VirtualDisk.FlatVer2BackingInfo)

Property of
VirtualDiskFlatVer2BackingInfo
Extends
VirtualDeviceFileBackingInfo
See also
CryptoKeyId,

Data Object Description

This data object type contains information about backing a virtual disk using a virtual disk file on the host, in the flat file format used by VMware Server, ESX Server 2.x, and ESX Server 3.x. Flat disks are allocated when created, unlike sparse disks, which grow as needed.

Properties

Name Type Description
changeId*xsd:string

The change ID of the virtual disk for the corresponding snapshot or virtual machine. This can be used to track incremental changes to a virtual disk. See QueryChangedDiskAreas.

Since vSphere API 4.0
contentId*xsd:string

Content ID of the virtual disk file, if available.

A content ID indicates the logical contents of the disk backing and its parents.

This property is only guaranteed to be up to date if this disk backing is not currently being written to by any virtual machine.

The only supported operation is comparing if two content IDs are equal or not. The guarantee provided by the content ID is that if two disk backings have the same content ID and are not currently being written to, then reads issued from the guest operating system to those disk backings will return the same data.

Since vSphere API 4.0
deltaDiskFormat*xsd:string

The format of the delta disk.

This field is valid only for a delta disk.

See DeltaDiskFormat for the supported formats. If not specified, the default value used is redoLogFormat.

If nativeFormat is specified and the datastore does not support this format or the parent is on a different datastore, DeltaDiskFormatNotSupported is thrown.

vSphere server does not support relocation of virtual machines with nativeFormat. An exception is thrown for such requests.

Since vSphere API 5.0
deltaDiskFormatVariant*xsd:string

The delta disk format variant, if applicable.

This field is valid only for a delta disk and may specify more detailed information for the delta disk format specified in deltaDiskFormat.

If redoLogFormat is specified for the deltaDiskFormat, see DeltaDiskFormatVariant for the supported formats. If this is not specified for redoLogFormat, the default value used is vmfsSparseVariant.

For other delta disk formats, this currently remains unspecified.

Since vSphere API 6.0
deltaGrainSize*xsd:int

Grain size in kB for a delta disk of format type seSparseFormat. The default size is 1024 kB. This setting is used to specify the grain size of Flex-SE delta disks when the base disk is of type FlatVer2BackingInfo. The DeltaDiskFormat must also be set to seSparseFormat.

Since vSphere API 5.1
digestEnabled*xsd:boolean

Indicates whether the disk backing has digest file enabled.

Since vSphere API 5.0
diskModexsd:string

The disk persistence mode. Valid modes are:
See VirtualDiskMode

eagerlyScrub*xsd:boolean

Flag to indicate to the underlying filesystem whether the virtual disk backing file should be scrubbed completely at this time.

Virtual disks on some filesystems like VMFS3 are zeroed-out lazily so that disk creation time doesn't take too long. However, clustering applications and features like Fault Tolerance require that the virtual disk be completely scrubbed. This setting allows controlling the scrubbing policy on a per-disk basis.

If this flag is unset or set to false when creating a new disk, the disk scrubbing policy will be decided by the filesystem. If this flag is unset or set to false when editing an existing disk, it is ignored. When returned as part of a VirtualMachineConfigInfo, this property may be unset if its value is unknown.

Since vSphere API 4.0
keyId*CryptoKeyId

Virtual Disk Backing encryption options. On modification operations the value is ignored, use the specification crypto in backing.

Since vSphere API 6.5
parent*VirtualDiskFlatVer2BackingInfo

The parent of this virtual disk file, if this is a delta disk backing. This will be unset if this is not a delta disk backing.

A delta disk backing is a way to preserve a virtual disk backing at some point in time. A delta disk backing is a file backing which in turn points to the original virtual disk backing (the parent). After a delta disk backing is added, all writes go to the delta disk backing. All reads first try the delta disk backing and then try the parent backing if needed.

A delta disk backing can be added to a disk either implicitly during snapshot operations, or explicitly during create or reconfigure of the virtual machine.

Note that the type of the backing is consistent throughout the chain; any new delta disk backing which is added is of the same type as the original disk . Also note that since the parent backing is not being written to, it is possible that the parent backing may be shared among multiple disks belonging to multiple virtual machines.

During virtual machine creation and reconfiguration this property is only checked if the VirtualDeviceConfigSpec specifies an add operation with a create file operation. In this case, a new delta disk backing is created which points to the parent disk backing. Only the fileName property is important; all other properties will be ignored. The parent backing is assumed to exist and will not be recursively created.

This property may only be set if deltaDiskBackingsSupported is true.

Since vSphere API 4.0
sharing*xsd:string

The sharing mode of the virtual disk. See VirtualDiskSharing. The default value is no sharing.

Since vSphere API 6.0
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. On ESX this property is ignored when creating new disks or editing existing disks. This property is always false for disks created on ESX. When an existing split disk such as those created by VMware Server is added to a virtual machine on ESX, the property will be set to true when retrieved from VirtualMachineConfigInfo.
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

uuid*xsd:string

Disk UUID for the virtual disk, if available.

Since VI API 2.5
writeThrough*xsd:boolean

Flag to indicate whether writes should go directly to the file system or should be buffered.
Properties inherited from VirtualDeviceFileBackingInfo
backingObjectId, datastore, fileName
Properties inherited from VirtualDeviceBackingInfo
None
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition