OpenAlertHistory¶
- 
class oci.database_management.models.OpenAlertHistory(**kwargs)¶
- Bases: - object- The existing open alerts in the Exadata storage server. - Methods - __init__(**kwargs)- Initializes a new OpenAlertHistory object with values from keyword arguments. - Attributes - alerts- [Required] Gets the alerts of this OpenAlertHistory. - 
__init__(**kwargs)¶
- Initializes a new OpenAlertHistory object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - alerts (list[oci.database_management.models.OpenAlertSummary]) – The value to assign to the alerts property of this OpenAlertHistory. 
 - 
alerts¶
- [Required] Gets the alerts of this OpenAlertHistory. A list of open alerts. - Returns: - The alerts of this OpenAlertHistory. - Return type: - list[oci.database_management.models.OpenAlertSummary] 
 
-