Settings_Clusters_Software_Reports_HardwareCompatibility_StorageDeviceOverrides_VcgEntries_Key

Settings_Clusters_Software_Reports_HardwareCompatibility_StorageDeviceOverrides_VcgEntries_Key
Settings_Clusters_Software_Reports_HardwareCompatibility_StorageDeviceOverrides_VcgEntries_Key

The VcgEntries.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"
}
string
model
Required

model

string
vendor
Required

vendor

integer As int64
capacity
Required

capacity

string
part_number
Optional

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

string
firmware_version
Optional

storage device firmware version If unset the override is applied to all firmware versions.