Hcl_Hosts_CompatibilityReport_DeviceConstraint

Hcl_Hosts_CompatibilityReport_DeviceConstraint
Hcl_Hosts_CompatibilityReport_DeviceConstraint

This CompatibilityReport.DeviceConstraint structure contains fields that describe pair of driver and firmware that are supported for a given PCI device and ESXi release.

JSON Example
{
    "driver": {
        "name": "string",
        "version": "string",
        "vendor": "string"
    },
    "firmware": {
        "version": "string",
        "vendor": "string"
    },
    "notes": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "localized": "string"
        }
    ]
}
driver
Required

The Driver structure contains fields describing information about a driver.

firmware
Optional

The Firmware structure contains fields describing information about a firmware.

notes
Required

Any information that should be taken into account when reviewing the device constraint.