HclHostsCompatibilityReportBiosConstraint
This CompatibilityReport.BiosConstraint structure contains fields that describe the BIOS that is supported for the given server and ESXi release.
Properties
array of
StdLocalizableMessage
notes
Required
Any information that should be taken into account when reviewing the BIOS constraint.
JSON Example
{
"bios": {
"version": "string"
},
"notes": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
]
}