VmHardwareCdromCreateRequestBody
This is a request body class for an operation.
Properties
JSON Example
{
"spec": {
"allow_guest_control": false,
"backing": {
"device_access_type": "EMULATION",
"host_device": "string",
"iso_file": "string",
"type": "ISO_FILE"
},
"ide": {
"master": false,
"primary": false
},
"sata": {
"bus": 0,
"unit": 0
},
"start_connected": false,
"type": "IDE"
}
}