Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static AlertSeverityEnum |
AlertSeverityEnum.create(String key) |
AlertSeverityEnum |
OpenAlertSummary.getSeverity()
The severity of the alert.
|
static AlertSeverityEnum |
AlertSeverityEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertSeverityEnum[] |
AlertSeverityEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OpenAlertSummary.Builder |
OpenAlertSummary.Builder.severity(AlertSeverityEnum severity)
The severity of the alert.
|
Constructor and Description |
---|
OpenAlertSummary(AlertSeverityEnum severity,
AlertTypeEnum type,
Date timeStartAt,
String message)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.