AvailableWindowsUpdateCollection

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

Bases: object

The set of available Windows updates returned for the list_managed_instance_available_windows_updates() operation.

Methods

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

Attributes

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

Initializes a new AvailableWindowsUpdateCollection 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.AvailableWindowsUpdateSummary]) – The value to assign to the items property of this AvailableWindowsUpdateCollection.
items

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

Returns:The items of this AvailableWindowsUpdateCollection.
Return type:list[oci.os_management_hub.models.AvailableWindowsUpdateSummary]