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.

JSON Example

{
	"allow_guest_control": false,
	"backing": {
		"type": "IMAGE_FILE"
	},
	"label": "string",
	"start_connected": false,
	"state": "enum"
}
Returned By

Get Hardware Floppy

Feedback

Was this page helpful?