VsanHclDriverInfo
Captures a combination of driver, firmware and associated information recommended by the vSAN HCL.
This structure may be used only with operations rendered under /vsan
.
{
"_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"
]
}
Driver version as suggested by the HCL.
Where to get the driver from.
The firmware version of the controller as suggested by the HCL.
Where to get the firmware files from.
Can be multiple files belonging to the same firmware, or separate firmwares for different parts of the system. Required to be unique file format types.
Any additional tools that should be installed alongside the driver.
May include tools required for firmware patching.
EULA provided by this item.
Note, in case of a VIB, this is empty, as for Firmware, it is the EULA provided by the vendor.
The type of this specific driver listed on HCL.
Supported drivers type are inbox and async.
Driver name as suggested by the HCL.
The disk mode supported by this driver and firmware as suggested by the HCL.
E.g., ['All-Flash', 'Hybrid'].
Features supported by this driver and firmware pair as suggested by the HCL.
E.g., ['RoCE v2']