vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanHclDriverInfo(vim.vsan.VsanHclDriverInfo)
- Property of
- VsanHclCommonDeviceInfo, VsanHclControllerInfo
- Extends
- DynamicData
- See also
- VsanDownloadItem
- Since
- vSAN API 6.6
Data Object Description
Captures a combination of driver, firmware and associated information recommended by the vSAN HCL.Properties
| Name | Type | Description |
|---|---|---|
| driverLink* | VsanDownloadItem |
Where to get the driver from.
|
| driverType* | xsd:string |
The type of this specific driver listed on HCL. Supported drivers type are inbox and async.
Since vSAN API 6.7 |
| driverVersion* | xsd:string |
Driver version of the controller as suggested by the HCL.
|
| eula* | xsd:string |
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.
|
| fwLinks* | VsanDownloadItem[] |
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.
|
| fwVersion* | xsd:string |
The firmware version of the controller as suggested by the HCL.
|
| toolsLinks* | VsanDownloadItem[] |
Any additional tools that should be installed alongside the driver. May include
tools required for firmware patching.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |