SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesVcgEntriesKey

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


Properties

integer as int64
capacity Required

string
firmware_version Optional

storage device firmware version If {@term.unset} the override is applied to all firmware versions.


string
model Required

string
part_number Optional

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


string
vendor Required

JSON Example

{
	"capacity": 0,
	"model": "string",
	"vendor": "string"
}

Feedback

Was this page helpful?