VmDiskFileQueryFlags

VmDiskFileQueryFlags
VmDiskFileQueryFlags

Details for the virtual disk primary file.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "diskType": false,
    "capacityKb": false,
    "hardwareVersion": false,
    "controllerType": false,
    "diskExtents": false,
    "thin": false,
    "encryption": false
}
boolean
diskType
Required

The flag to indicate whether the type of the physical disk backing the virtual disk is returned.

boolean
capacityKb
Required

The flag to indicate whether the capacity of the virtual disk from the point of view of a virtual machine is returned.

boolean
hardwareVersion
Required

The flag to indicate whether the hardware version of the virtual disk file is returned.

boolean
controllerType
Optional

Deprecated as of vSphere API 5.0, this property is no longer relevant and should not be used. With the current state of emulation, we don't care about the adapter type a disk is connected to, as disks may be shuffled around. For example, a disk may be unplugged from a buslogic controller and plugged into an lsilogic controller.

The flag to indicate whether or not the controller type of the virtual disk file is returned.

boolean
diskExtents
Optional

The flag to indicate whether or not the disk extents of the virtual disk are returned.

boolean
thin
Optional

The flag to indicate whether the thin-ness of the disk is returned.

boolean
encryption
Optional

The flag to indicate whether the encryption information of the virtual disk is returned.