SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesVcgEntriesUpdateSpec
The VcgEntries.UpdateSpec structure desribes the updates to be made to the compatibility overrides for storage devices in a cluster.
Properties
product_selections
Required
List of VMware Compatibility Guide (VCG) overrides to be applied for the storage devices in a cluster.
JSON Example
{
"product_selections": [
{
"key": {
"capacity": 0,
"model": "string",
"vendor": "string"
}
}
]
}