Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.ServerOverrides.ComplianceStatus.ReclassificationSpec
The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.ServerOverrides.ComplianceStatus.ReclassificationSpec schema describes overrides for a given PCI device.
Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
{
"target": {
"vendor": "string",
"model": "string",
"cpu_series": "string",
"bios_version": "string",
"release": "string",
"validated_features_in_use": {
"validated_features_in_use": [
"string"
]
}
},
"override": "string"
}
The PCI device this update should apply to.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Compliance status override for the specified target.
Possible values:
- MARK_AS_VERIFIED: Specifying this override for a storage device would ignore the compatibility issues if any, and treat the drive as compliant with Broadcom Compatibility Guide (BCG)
- FLAG_AS_INCOMPATIBLE: Specifying this override for a storage device would flag the drive as non-compliant with Broadcom Compatibility Guide (BCG)
- SUPPRESS_WARNING: Specifying this override for a storage device would suppress the compatibility issues if any.
For more information see: Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.ServerOverrides.ComplianceStatus.ComplianceAction.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
If this property is missing or null any existing compliance override for the specified target will be reset.