VmHardwareCdromInfo
The Cdrom.Info structure contains information about a virtual CD-ROM device.
Properties
boolean
allow_guest_control
Required
Flag indicating whether the guest can connect and disconnect the device.
backing
Required
Physical resource backing for the virtual CD-ROM device.
ide
Optional
Address of device attached to a virtual IDE adapter. This field is optional and it is only relevant when the value of Cdrom.Info.type is IDE.
string
label
Required
Device label.
sata
Optional
Address of device attached to a virtual SATA adapter. This field is optional and it is only relevant when the value of Cdrom.Info.type is SATA.
boolean
start_connected
Required
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
type
Required
Type of host bus adapter to which the device is attached.
JSON Example
{
"allow_guest_control": false,
"backing": {
"type": "enum"
},
"label": "string",
"start_connected": false,
"state": "enum",
"type": "enum"
}