HclHostsCompatibilityReportDeviceConstraint
This CompatibilityReport.DeviceConstraint structure contains fields that describe pair of driver and firmware that are supported for a given PCI device and ESXi release.
Properties
firmware
Optional
The firmware information about the constraint. If unset there is no firmware restriction on the driver to work with that release.
array of
StdLocalizableMessage
notes
Required
Any information that should be taken into account when reviewing the device constraint.
JSON Example
{
"driver": {
"name": "string",
"version": "string"
},
"notes": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
]
}