SettingsDepotsAffectedBaselineInfo

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.


Properties

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.


string
baseline Required

Name of the baseline affected.


integer as int64
id Required

Identifier of the baseline affected.

JSON Example

{
	"affected_updates": {
		"key": {
			"summary": "string"
		}
	},
	"baseline": "string",
	"id": 0
}

Feedback

Was this page helpful?