HclPCIDevice
The PCIDevice structure contains fields describing information about a single PCI device on a host.
Properties
Register that specifies the type of function the device performs.
A unique number that identifies the specific device of the Vendor (VID).
Currently installed firmware used by the device. If unset firmware is unknown.
The name of the device model.
The device’s address in a given ESXi host.
A unique number that identifies the specific device of Subsystem Vendor (SVID).
Register that specifies the specific function the device performs.
A unique number that identifies the card manufacturer.
Shows whether the device is part of VSAN cluster or not.
The name of the vendor.
A unique number assigned to each computer hardware device that helps to identify the chipset manufacturer. For example, Dell, Broadcom, etc.
JSON Example
{
"class_code": "string",
"did": "string",
"driver": {
"name": "string",
"version": "string"
},
"model_name": "string",
"pci_address": "string",
"ssid": "string",
"sub_class_code": "string",
"svid": "string",
"used_by_vsan": false,
"vendor": "string",
"vid": "string"
}