VmHardwareFloppyInfo
The Floppy.Info structure contains information about a virtual floppy drive.
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 floppy drive.
string
label
Required
Device label.
boolean
start_connected
Required
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
state
Required
Connection status of the virtual device.
Possible values are: CONNECTED , RECOVERABLE_ERROR , UNRECOVERABLE_ERROR , NOT_CONNECTED , UNKNOWN
JSON Example
{
"allow_guest_control": false,
"backing": {
"type": "enum"
},
"label": "string",
"start_connected": false,
"state": "enum"
}