PCIDeviceList
List of PCI devices present on a host.
Types
Link copied to clipboard
data class Device(val slot: String, val devClass: String, val vendor: String, val device: String, val subsystemVendor: String?, val subsystemDevice: String?, val phySlot: String?, val rev: Int?, val progIf: Int?, val driver: String?, val module: List<String>, val numaNode: Int?, val iommuGroup: Int?)
A single PCI device present on a host.