vcenter vm hardware: connection update spec
The
connection_update_spec
structure describes the updates to be made to the configuration of a removable virtual device.Representation:
{
"start_connected" : true,
"allow_guest_control" : true
}
"start_connected" : true,
"allow_guest_control" : true
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
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. |