vcenter vm hardware floppy: update spec

The update_spec structure describes the updates to be made to the configuration of a virtual floppy drive.

Representation:

{
    "allow_guest_control"true,
    "backing"{
        "host_device""string",
        "image_file""string",
        "type""IMAGE_FILE"
    },
    "start_connected"true
}

Attributes:

Name Type Description
Optional
backing backing_spec Physical resource backing for the virtual floppy drive.

This field may only be modified if the virtual machine is not powered on or the virtual floppy drive is not connected.

Optional. If unset, the value is unchanged.

start_connected boolean Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

Optional. If unset, the value is unchanged.

allow_guest_control boolean Flag indicating whether the guest can connect and disconnect the device.

Optional. If unset, the value is unchanged.