Vm_Hardware_Floppy_UpdateSpec

Vm_Hardware_Floppy_UpdateSpec
Vm_Hardware_Floppy_UpdateSpec

The Floppy.UpdateSpec structure describes the updates to be made to the configuration of a 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. 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.