VirtualDeviceConnectOption

VirtualDeviceConnectOption
VirtualDeviceConnectOption

The ConnectOption data object type contains information about options for connectable virtual devices.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "startConnected": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    },
    "allowGuestControl": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    }
}
startConnected
Required

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.

allowGuestControl
Required

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.