VirtualDiskRawDiskVer2BackingInfo

VirtualDiskRawDiskVer2BackingInfo
VirtualDiskRawDiskVer2BackingInfo

This data object type contains information about backing a virtual disk by using a host device, as used by VMware Server.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceName": "string",
    "useAutoDetect": false,
    "descriptorFileName": "string",
    "uuid": "string",
    "changeId": "string",
    "sharing": "string"
}
string
descriptorFileName
Required

The name of the raw disk descriptor file.

string
uuid
Optional

Disk UUID for the virtual disk, if available.

string
changeId
Optional

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.

string
sharing
Optional

The sharing mode of the virtual disk.

See VirtualDiskSharingEnum. The default value is no sharing.