VmHardwareCdromBackingInfo
The Cdrom.BackingInfo structure contains information about the physical resource backing a virtual CD-ROM device.
Properties
Flag indicating whether the virtual CD-ROM device is configured to automatically detect a suitable host device. This field is optional and it is only relevant when the value of Cdrom.BackingInfo.type is HOST_DEVICE.
Access type for the device backing. This field is optional and it is only relevant when the value of Cdrom.BackingInfo.type is one of HOST_DEVICE or CLIENT_DEVICE.
Name of the host device backing the virtual CD-ROM device.
This field will be unset if Cdrom.BackingInfo.auto-detect is true and the virtual CD-ROM device is not connected or no suitable device is available on the host.
Path of the image file backing the virtual CD-ROM device. This field is optional and it is only relevant when the value of Cdrom.BackingInfo.type is ISO_FILE.
JSON Example
{
"type": "enum"
}