Vm Hardware Floppy APIs

Vm Hardware Floppy APIs

The Floppy service provides operations for configuring the virtual floppy drives of a virtual machine.

Operations
POST
Create Vm Floppy Hardware Connect
Connects a virtual floppy drive of a powered-on virtual machine to its backing. Connecting the virtual device makes the backing accessible from the perspective of the guest operating system. For a powered-off virtual machine, the Floppy.update operation may be used to configure the virtual floppy drive to start in the connected state when the virtual machine is powered on.
POST
Create Vm Hardware Floppy
Adds a virtual floppy drive to the virtual machine.
GET
List Vm Hardware Floppy
Returns commonly used information about the virtual floppy drives belonging to the virtual machine.
DELETE
Delete Vm Floppy Hardware
Removes a virtual floppy drive from the virtual machine.
GET
Get Vm Floppy Hardware
Returns information about a virtual floppy drive.
PATCH
Update Vm Floppy Hardware
Updates the configuration of a virtual floppy drive.
POST
Create Vm Floppy Hardware Disconnect
Disconnects a virtual floppy drive of a powered-on virtual machine from its backing. The virtual device is still present and its backing configuration is unchanged, but from the perspective of the guest operating system, the floppy drive is not connected to its backing resource. For a powered-off virtual machine, the Floppy.update operation may be used to configure the virtual floppy floppy to start in the disconnected state when the virtual machine is powered on.