TypeOvfUSBController
Provide USB controller information in a template VM.
Properties
boolean
auto_connect
Optional
True if the USB controller is connected automatically A template is not required to specify if auto connect.
integer as int64
ehci_pci_slot_number
Optional
ehci.pci slot number A template is not required to specify the ehci.pci slot number.
integer as int64
pci_slot_number
Optional
pci slot number A template is not required to specify the pci slot number.
string
type
Optional
USBControllerType.EHCI (USB 2.0), XHCI (USB 3.0) A template is not required to specify the USB type.
JSON Example
{
"auto_connect": false,
"ehci_pci_slot_number": 0,
"pci_slot_number": 0,
"type": "string"
}