Settings_Depots_AffectedBaselineInfo

Settings_Depots_AffectedBaselineInfo
Settings_Depots_AffectedBaselineInfo

The AffectedBaselineInfo structure contains the fields that describe which updates (bulletins) in the baseline will be affected by the depot to be deleted or disabled.

JSON Example
{
    "baseline": "string",
    "id": 0,
    "affected_updates": {
        "affected_updates": {
            "summary": "string"
        }
    }
}
string
baseline
Required

Name of the baseline affected.

integer As int64
id
Required

Identifier of the baseline affected.

object
affected_updates
Required

Updates (bulletins) affected. They key is identifier of the update (bulletin). The value is summary of the update (bulletin). When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.depots.bulletin. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.esx.settings.depots.bulletin.