VmHardwareConnectionCreateSpec
The ConnectionCreateSpec structure provides a specification for the configuration of a newly-created removable device.
Properties
boolean
allow_guest_control
Optional
Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset.
boolean
start_connected
Optional
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset.
JSON Example
{
"allow_guest_control": false,
"start_connected": false
}