Interface nodesHardwarePciPciscan

Returned by GET /nodes/{node}/hardware/pci

Hierarchy

  • nodesHardwarePciPciscan

Indexable

[additionalProperties: string]: any

Properties

class: string

The PCI Class of the device.

device: string

The Device ID.

device_name?: string
id: string

The PCI ID.

iommugroup: number

The IOMMU group in which the device is in. If no IOMMU group is detected, it is set to -1.

mdev?: boolean

If set, marks that the device is capable of creating mediated devices.

subsystem_device?: string

The Subsystem Device ID.

subsystem_device_name?: string
subsystem_vendor?: string

The Subsystem Vendor ID.

subsystem_vendor_name?: string
vendor: string

The Vendor ID.

vendor_name?: string

Generated using TypeDoc