VsanHclDriverInfo

VsanHclDriverInfo
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
    ]
}
string
driverVersion
Optional

Driver version as suggested by the HCL.

driverLink
Optional

Where to get the driver from.

string
fwVersion
Optional

The firmware version of the controller as suggested by the HCL.

fwLinks
Optional

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.

toolsLinks
Optional

Any additional tools that should be installed alongside the driver.

May include tools required for firmware patching.

string
eula
Optional

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.

string
driverType
Optional

The type of this specific driver listed on HCL.

Supported drivers type are inbox and async.

string
driverName
Optional

Driver name as suggested by the HCL.

array of string
diskModes
Optional

The disk mode supported by this driver and firmware as suggested by the HCL.

E.g., ['All-Flash', 'Hybrid'].

array of string
supportedFeatures
Optional

Features supported by this driver and firmware pair as suggested by the HCL.

E.g., ['RoCE v2']