VmHardwareConnectionInfo
The ConnectionInfo structure provides information about the state and configuration of a removable virtual device.
Properties
boolean
allow_guest_control
Required
Flag indicating whether the guest can connect and disconnect the device.
boolean
start_connected
Required
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
JSON Example
{
"allow_guest_control": false,
"start_connected": false,
"state": "enum"
}