Vm_Hardware_Floppy_CreateSpec
Vm_Hardware_Floppy_CreateSpec
The Floppy.CreateSpec structure provides a specification for the configuration of a newly-created virtual floppy drive.
JSON Example
{
"backing": {
"type": "string",
"image_file": "string",
"host_device": "string"
},
"start_connected": false,
"allow_guest_control": false
}
backing
Optional
The Floppy.BackingSpec structure provides a specification of the physical resource backing a virtual floppy drive.
boolean
start_connected
Optional
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset.
boolean
allow_guest_control
Optional
Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset.