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