Class WindowsUpdateSettings (1.6.0)

WindowsUpdateSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Windows patching is performed using the Windows Update Agent.

Attributes

NameDescription
classifications Sequence[google.cloud.osconfig_v1.types.WindowsUpdateSettings.Classification]
Only apply updates of these windows update classifications. If empty, all updates are applied.
excludes Sequence[str]
List of KBs to exclude from update.
exclusive_patches Sequence[str]
An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.

Classes

Classification

Classification(value)