Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.StorageDeviceOverrides.VcgEntries.ProductSelectionSpec

Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.StorageDeviceOverrides.VcgEntries.ProductSelectionSpec
Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.StorageDeviceOverrides.VcgEntries.ProductSelectionSpec

The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.StorageDeviceOverrides.VcgEntries.ProductSelectionSpec schema contains information about the storage device and the corresponding Broadcom Compatibility Guide (BCG) product override that must be applied to the specified device.

This schema was added in vSphere API 7.0.2.1.

JSON Example
{
    "key": {
        "model": "string",
        "vendor": "string",
        "capacity": 0,
        "part_number": "string",
        "firmware_version": "string"
    },
    "vcg_product": "string"
}
key
Required

Information about the storage device for which this override must be applied to.

This property was added in vSphere API 7.0.2.1.

string
vcg_product
Optional

Broadcom Compatibility Guide (BCG) product selection that must be applied to the specified storage device.

This property was added in vSphere API 7.0.2.1.

if missing or null any existing vcg selection for the storage device will be removed

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.vcg_product. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.vcg_product.