InstalledWindowsUpdateCollection¶
- 
class oci.os_management_hub.models.InstalledWindowsUpdateCollection(**kwargs)¶
- Bases: - object- The set of installed Windows updates returned for the - list_managed_instance_installed_windows_updates()operation.- Methods - __init__(**kwargs)- Initializes a new InstalledWindowsUpdateCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this InstalledWindowsUpdateCollection. - 
__init__(**kwargs)¶
- Initializes a new InstalledWindowsUpdateCollection 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.InstalledWindowsUpdateSummary]) – The value to assign to the items property of this InstalledWindowsUpdateCollection. 
 - 
items¶
- [Required] Gets the items of this InstalledWindowsUpdateCollection. List of installed Windows updates. - Returns: - The items of this InstalledWindowsUpdateCollection. - Return type: - list[oci.os_management_hub.models.InstalledWindowsUpdateSummary] 
 
-