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

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

The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.VcgEntriesInternal.Info schema describes the VCG Product ID overrides for a given entity.

This schema was added in vSphere API 7.0.3.0.

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

JSON Example
{
    "product_selections": [
        {
            "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"
        }
    ]
}
product_selections
Required

The VCG override for the given entity

This property was added in vSphere API 7.0.3.0.