VmHardwareCdromBackingSpec
The Cdrom.BackingSpec structure provides a specification of the physical resource backing a virtual CD-ROM device.
Properties
The Cdrom.DeviceAccessType enumerated type defines the valid device access types for a physical device packing of a virtual CD-ROM device.
EMULATION : ATAPI or SCSI device emulation.
PASSTHRU : Raw passthru device access.
PASSTHRU_EXCLUSIVE : Raw passthru device access, with exclusive access to the device.
Possible values are: EMULATION , PASSTHRU , PASSTHRU_EXCLUSIVE
Name of the device that should be used as the virtual CD-ROM device backing. If unset, the virtual CD-ROM device will be configured to automatically detect a suitable host device.
Path of the image file that should be used as the virtual CD-ROM device backing. This field is optional and it is only relevant when the value of Cdrom.BackingSpec.type is ISO_FILE.
The Cdrom.BackingType enumerated type defines the valid backing types for a virtual CD-ROM device.
ISO_FILE : Virtual CD-ROM device is backed by an ISO file.
HOST_DEVICE : Virtual CD-ROM device is backed by a device on the host where the virtual machine is running.
CLIENT_DEVICE : Virtual CD-ROM device is backed by a device on the client that is connected to the virtual machine console.
Possible values are: ISO_FILE , HOST_DEVICE , CLIENT_DEVICE
JSON Example
{
"type": "ISO_FILE"
}