HclHostsCompatibilityReportServerCompatibility

This CompatibilityReport.ServerCompatibility structure contains fields that provide the compatibility information for a server model, cpu and BIOS.


Properties

bios_constraints Optional

Lists the BIOS constraints that the target ESXi release has for this server. If unset no constraints are present as server is either not compatible or compatibility information is not found.


string
cpu_series Required

The CPU series name.


notes Optional

Information that needs to be taken into account when considering this server hardware compatibility. Only set if there is any information reported.


array of string
supported_releases Optional

Provides information about supported releases for this entry. If unset server is compatible with the given target release.


string as uri
vcg_link Required

Provides link to the VMware Compatibility Guide for further information on the compatibility.

JSON Example

{
	"cpu_series": "string",
	"vcg_link": "string"
}

Feedback

Was this page helpful?