Settings_Clusters_Software_Reports_HardwareCompatibility_StorageDeviceOverrides_ComplianceStatus_Key

Settings_Clusters_Software_Reports_HardwareCompatibility_StorageDeviceOverrides_ComplianceStatus_Key
Settings_Clusters_Software_Reports_HardwareCompatibility_StorageDeviceOverrides_ComplianceStatus_Key

The ComplianceStatus.Key structure specifies information about the storage device for which this override must be applied to.

JSON Example
{
    "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"
        ]
    }
}
string
model
Required

model

string
vendor
Required

vendor

integer As int64
capacity
Required

capacity

string
part_number
Optional

storage device part number If {@term.unset} the override will be applied to the entries without a part number.

string
firmware_version
Optional

storage device firmware version If {@term.unset} the override is applied to the entries with an unknown firmware version.

string
driver_name
Optional

Driver name of this storage device if applicable/available. This field will be unset if there is no driver associated with the device.

string
driver_version
Optional

Driver version of this storage device if applicable/available. This field will be unset if there is no driver associated with the device.

string
release
Optional

vSphere release that an override must be applied to. If this field is unset, InvalidArgument is thrown. The field is left optional to support wildcard matching in a future release.

object
validated_features_in_use
Optional

Validated features for which this override applies If a service is specified but no specific features are included, the device is taken to be in use by the service. If this field is unset this is taken to mean that the device is active for the vSAN service (and no specific features). This is done in order to support 7.0 U3 clients which do not set this field. Subset of validated features for which we provide certification - for example RDMA, not IPV6 Note that this list represents the features in actual current use, which could include features for which the device is not certified