Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.StorageDeviceOverrides.ComplianceStatus.UpdateSpec
Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.StorageDeviceOverrides.ComplianceStatus.UpdateSpec
The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.StorageDeviceOverrides.ComplianceStatus.UpdateSpec schema describes the updates to be made to the compatibility overrides for storage devices in a cluster.
This schema was added in vSphere API 7.0.2.1.
JSON Example
{
"device_reclassifications": [
{
"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"
}
]
}
device_reclassifications
Required
List of compatibility overrides to be applied for the storage devices in a cluster.
This property was added in vSphere API 7.0.2.1.