VsanHclCommonDeviceInfo
Captures all common HCL related information about particular device, e.g physical NIC
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"deviceName": "string",
"displayName": "string",
"driverName": "string",
"driverVersion": "string",
"vendorId": 0,
"deviceId": 0,
"subVendorId": 0,
"subDeviceId": 0,
"extraInfo": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"deviceOnHcl": false,
"releaseSupported": false,
"releasesOnHcl": [
"string"
],
"driverVersionsOnHcl": [
"string"
],
"driverVersionSupported": false,
"fwVersionSupported": false,
"fwVersionOnHcl": [
"string"
],
"fwVersion": "string",
"driversOnHcl": [
{
"_typeName": "string",
"driverVersion": "string",
"driverLink": {
"_typeName": "string",
"url": "string",
"sha1sum": "string",
"formatType": "string",
"itemId": "string"
},
"fwVersion": "string",
"fwLinks": [
{
"_typeName": "string",
"url": "string",
"sha1sum": "string",
"formatType": "string",
"itemId": "string"
}
],
"toolsLinks": [
{
"_typeName": "string",
"url": "string",
"sha1sum": "string",
"formatType": "string",
"itemId": "string"
}
],
"eula": "string",
"driverType": "string",
"driverName": "string",
"diskModes": [
"string"
],
"supportedFeatures": [
"string"
]
}
]
}
The device name used by ESX to refer to the device right now, e.g.
vmhba1, vmnic0
The human friendly product model description by which the controller announces itself, e.g., "Intel Corporation PIIX4 ...".
The name of the driver, e.g.
mpt2sas.
The version of the driver as reported by the driver kernel module, e.g.
'4.23.01.00-9vmw'.
The vendorId of the PCI device, e.g.
The deviceId of the PCI device, e.g.
The subVendorId of the PCI device, e.g.
The subDeviceId of the PCI device, e.g.
Any additional information not explicitly modeled in API.
Can be used for vendor specific information about features of a controller.
If the device shows up on the HCL at all.
If the device is on the HCL and the release of ESXi in use is supported.
If the device is on the HCL, this holds the names of the supported releases.
If the device shows up on the HCL, and is supported for the release of ESXi, this field will list the supported driver versions.
If the device shows up on the HCL, and is supported for the release of ESXi, and the driver version is detected to be supported
Ignore this value.
Ignore this value.
Ignore this value.
If the device shows up on the HCL, and is supported for the release of ESXi, this field will list the supported driver versions, as well as additional information for each driver, like associated firmware.