AlertLogCollection¶
- 
class oci.database_management.models.AlertLogCollection(**kwargs)¶
- Bases: - object- The list of alert logs. - Methods - __init__(**kwargs)- Initializes a new AlertLogCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this AlertLogCollection. - managed_database_id- [Required] Gets the managed_database_id of this AlertLogCollection. - 
__init__(**kwargs)¶
- Initializes a new AlertLogCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - managed_database_id (str) – The value to assign to the managed_database_id property of this AlertLogCollection.
- items (list[oci.database_management.models.AlertLogSummary]) – The value to assign to the items property of this AlertLogCollection.
 
 - 
items¶
- [Required] Gets the items of this AlertLogCollection. An array of the alert logs. - Returns: - The items of this AlertLogCollection. - Return type: - list[oci.database_management.models.AlertLogSummary] 
 
-