VmHardwareCdromBackingSpec
The Cdrom.BackingSpec structure provides a specification of the physical resource backing a virtual CD-ROM device.
Properties
device_access_type
Optional
Access type for the device backing. If unset, defaults to EMULATION.
string
host_device
Optional
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.
string
iso_file
Optional
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.
JSON Example
{
"type": "enum"
}