DbSystemOsPatchHistoryEntryCollection

class oci.database.models.DbSystemOsPatchHistoryEntryCollection(**kwargs)

Bases: object

Results of OS patch history of a DB System.

Methods

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

Attributes

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

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

Parameters:items (list[oci.database.models.DbSystemOsPatchHistoryEntrySummary]) – The value to assign to the items property of this DbSystemOsPatchHistoryEntryCollection.
items

[Required] Gets the items of this DbSystemOsPatchHistoryEntryCollection. Array of OS patch history entry summaries.

Returns:The items of this DbSystemOsPatchHistoryEntryCollection.
Return type:list[oci.database.models.DbSystemOsPatchHistoryEntrySummary]