Vcenter Vm Hardware Floppy UpdateSpec
The Vcenter Vm Hardware Floppy UpdateSpec schema describes the updates to be made to the configuration of a virtual floppy drive.
{
"backing": {
"type": "string",
"image_file": "string",
"host_device": "string"
},
"start_connected": false,
"allow_guest_control": false
}
Physical resource backing for the virtual floppy drive.
This property may only be modified if the virtual machine is not powered on or the virtual floppy drive is not connected.
If missing or null
, the value is unchanged.
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
If missing or null
, the value is unchanged.
Flag indicating whether the guest can connect and disconnect the device.
If missing or null
, the value is unchanged.