VirtualUSBControllerPciBusSlotInfo
VirtualUSBControllerPciBusSlotInfo
The VirtualUSBControllerPciBusSlotInfo
data object type defines information about the pci bus slots of usb controller device in a virtual machine.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"pciSlotNumber": 0,
"ehciPciSlotNumber": 0
}
integer As int32 As int32
ehciPciSlotNumber
Optional
The pci slot number of eHCI controller.
This property should be used only when the ehciEnabled property is set to true.