Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.VcgEntriesInternal.OverrideEntry

Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.VcgEntriesInternal.OverrideEntry
Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.VcgEntriesInternal.OverrideEntry

The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.VcgEntriesInternal.OverrideEntry schema describes a single VCG Product ID override for a given PCI device.

This schema was added in vSphere API 7.0.3.0.

Note: this schema is restricted for VMware internal use only.

JSON Example
{
    "target": {
        "device": {
            "vid": "string",
            "did": "string",
            "svid": "string",
            "ssid": "string"
        },
        "firmware_version": "string",
        "part_number": "string",
        "driver_name": "string",
        "driver_version": "string",
        "product_id": "string",
        "capacity": 0
    },
    "vcg_product": "string"
}
target
Required

The PCI device this update should apply to.

This property was added in vSphere API 7.0.3.0.

string
vcg_product
Required

The VCG override for the given PCI device.

This property was added in vSphere API 7.0.3.0.

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.