Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.VcgEntries.UpdateSpec
Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.VcgEntries.UpdateSpec
The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.VcgEntries.UpdateSpec schema describes the override(s) to be applied for a set of PCI devices
This schema was added in vSphere API 7.0.3.0.
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 overrides to be applied for the specified targets.
This property was added in vSphere API 7.0.3.0.