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

Flag to indicate whether or not the device supports the startConnected feature.

allowGuestControl
Required

Flag to indicate whether or not the device can be connected and disconnected from within the guest operating system.