Vm_Hardware_Cdrom_UpdateSpec

Vm_Hardware_Cdrom_UpdateSpec
Vm_Hardware_Cdrom_UpdateSpec

The Cdrom.UpdateSpec structure describes the updates to be made to the configuration of a virtual CD-ROM device.

JSON Example
{
    "backing": {
        "type": "string",
        "iso_file": "string",
        "host_device": "string",
        "device_access_type": "string"
    },
    "start_connected": false,
    "allow_guest_control": false
}
backing
Optional

The Cdrom.BackingSpec structure provides a specification of the physical resource backing a virtual CD-ROM device.

boolean
start_connected
Optional

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged.

boolean
allow_guest_control
Optional

Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged.