WindowsUpdateCollection

class oci.os_management_hub.models.WindowsUpdateCollection(**kwargs)

Bases: object

A set of Windows updates returned for the list_windows_updates() operation. The list contains a summary of each update.

Methods

__init__(**kwargs) Initializes a new WindowsUpdateCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this WindowsUpdateCollection.
__init__(**kwargs)

Initializes a new WindowsUpdateCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.os_management_hub.models.WindowsUpdateSummary]) – The value to assign to the items property of this WindowsUpdateCollection.
items

[Required] Gets the items of this WindowsUpdateCollection. List of Windows updates.

Returns:The items of this WindowsUpdateCollection.
Return type:list[oci.os_management_hub.models.WindowsUpdateSummary]