VmHardwareFloppyBackingSpec
The Floppy.BackingSpec structure provides a specification of the physical resource backing a virtual floppy drive.
Properties
string
host_device
Optional
Name of the device that should be used as the virtual floppy drive backing. If unset, the virtual floppy drive will be configured to automatically detect a suitable host device.
string
image_file
Optional
Path of the image file that should be used as the virtual floppy drive backing. This field is optional and it is only relevant when the value of Floppy.BackingSpec.type is IMAGE_FILE.
JSON Example
{
"type": "enum"
}