Esx.Settings.Clusters.Software.Reports.DriverFirmwareVersion

Esx.Settings.Clusters.Software.Reports.DriverFirmwareVersion
Esx.Settings.Clusters.Software.Reports.DriverFirmwareVersion

The Esx.Settings.Clusters.Software.Reports.DriverFirmwareVersion schema contains information about device's driver and firmware version combination from Hardware Compatibility List or from the target versions from the desired state.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "driver_version": "string",
    "firmware_version": "string",
    "driver_name": "string"
}
string
driver_version
Required

Driver Version.

This property was added in vSphere API 7.0.0.0.

string
firmware_version
Required

Firmware Version. This will be an empty string if the target firmware version cannot be determined.

This property was added in vSphere API 7.0.0.0.

string
driver_name
Required

Driver Name.

This property was added in vSphere API 7.0.0.0.