VirtualUSBXHCIController

VirtualUSBXHCIController
VirtualUSBXHCIController

The VirtualUSBXHCIController data object describes a virtual USB Extensible Host Controller Interface (USB 3.0).

For more informatino see VirtualUSBController.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": 0,
    "deviceInfo": {
        "_typeName": "string",
        "label": "string",
        "summary": "string"
    },
    "backing": {
        "_typeName": "string"
    },
    "connectable": {
        "_typeName": "string",
        "migrateConnect": "string",
        "startConnected": false,
        "allowGuestControl": false,
        "connected": false,
        "status": "string"
    },
    "slotInfo": {
        "_typeName": "string"
    },
    "controllerKey": 0,
    "unitNumber": 0,
    "numaNode": 0,
    "deviceGroupInfo": {
        "_typeName": "string",
        "groupInstanceKey": 0,
        "sequenceId": 0
    },
    "busNumber": 0,
    "device": [
        0
    ],
    "autoConnectDevices": false
}
boolean
autoConnectDevices
Optional

Flag to indicate whether or not the ability to hot plug devices is enabled on this controller.