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

driver Required

The driver information about the constraint.


firmware Optional

The firmware information about the constraint. If unset there is no firmware restriction on the driver to work with that release.


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"
		}
	]
}

Feedback

Was this page helpful?