WindowsUpdateSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Windows patching is performed using the Windows Update Agent.
Attributes | |
---|---|
Name | Description |
classifications |
Sequence[
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)
Microsoft Windows update classifications as defined in [1] https://support.microsoft.com/en-us/help/824684/description-of-the-standard-terminology-that-is-used-to-describe-micro
Methods
__delattr__
__delattr__(key)
Delete the value on the given field.
This is generally equivalent to setting a falsy value.
__eq__
__eq__(other)
Return True if the messages are equal, False otherwise.
__ne__
__ne__(other)
Return True if the messages are unequal, False otherwise.
__setattr__
__setattr__(key, value)
Set the value on the given field.
For well-known protocol buffer types which are marshalled, either the protocol buffer object or the Python equivalent is accepted.