vcenter vm hardware: connection create spec
The
connection_create_spec
structure provides a specification for the configuration of a newly-created removable 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. Defaults to false if unset. |
allow_guest_control | boolean | Flag indicating whether the guest can connect and disconnect the device. Optional. Defaults to false if unset. |