Device

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.

The fields are referenced from the machine-readable output of lspci. See the manpage for an explanation of each field.

Constructors

Link copied to clipboard
constructor(slot: String, devClass: String, vendor: String, device: String, subsystemVendor: String?, subsystemDevice: String?, phySlot: String?, rev: Int?, progIf: Int?, driver: String?, module: List<String>, numaNode: Int?, iommuGroup: Int?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val progIf: Int?
Link copied to clipboard
val rev: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard