Class WindowsUpdatePackage (1.8.0)

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

Details related to a Windows Update package. Field data and names are taken from Windows Update API IUpdate Interface: https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields like title, and description are localized based on the locale of the VM being updated.

Attributes

NameDescription
title str
The localized title of the update package.
description str
The localized description of the update package.
categories Sequence[google.cloud.osconfig_v1alpha.types.Inventory.WindowsUpdatePackage.WindowsUpdateCategory]
The categories that are associated with this update package.
kb_article_ids Sequence[str]
A collection of Microsoft Knowledge Base article IDs that are associated with the update package.
support_url str
A hyperlink to the language-specific support information for the update.
more_info_urls Sequence[str]
A collection of URLs that provide more information about the update package.
update_id str
Gets the identifier of an update package. Stays the same across revisions.
revision_number int
The revision number of this update package.
last_deployment_change_time google.protobuf.timestamp_pb2.Timestamp
The last published date of the update, in (UTC) date and time.

Classes

WindowsUpdateCategory

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

Categories specified by the Windows Update.