DbSystemOsPatchDetailsCollection¶
-
class
oci.database.models.DbSystemOsPatchDetailsCollection(**kwargs)¶ Bases:
objectResults of OS patch details for a DB System.
Methods
__init__(**kwargs)Initializes a new DbSystemOsPatchDetailsCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this DbSystemOsPatchDetailsCollection. -
__init__(**kwargs)¶ Initializes a new DbSystemOsPatchDetailsCollection 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.DbSystemOsPatchDetailsSummary]) – The value to assign to the items property of this DbSystemOsPatchDetailsCollection.
-
items¶ [Required] Gets the items of this DbSystemOsPatchDetailsCollection. Array of OS patch details for a DB System.
Returns: The items of this DbSystemOsPatchDetailsCollection. Return type: list[oci.database.models.DbSystemOsPatchDetailsSummary]
-