Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.StorageDeviceOverrides.ComplianceStatus.ReclassificationSpec
The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.StorageDeviceOverrides.ComplianceStatus.ReclassificationSpec schema contains information about the storage device and the corresponding override that must be applied to the specified device. Note: This data structure is specifically limited to a 'Key'/'Value' pair to model smaller changes to the larger overall set of overrides applicable to a given storage device
This schema was added in vSphere API 7.0.2.1.
{
"key": {
"model": "string",
"vendor": "string",
"capacity": 0,
"part_number": "string",
"firmware_version": "string",
"driver_name": "string",
"driver_version": "string",
"release": "string",
"validated_features_in_use": {
"validated_features_in_use": [
"string"
]
}
},
"override": "string"
}
Information about the storage device for which this override must be applied to.
This property was added in vSphere API 7.0.2.1.
Compliance status override for the storage device.
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.StorageDeviceOverrides.ComplianceStatus.ComplianceAction.
This property was added in vSphere API 7.0.2.1.
If this property is missing or null any existing compliance override for the specified device will be reset.