Package | Description |
---|---|
com.oracle.bmc.monitoring.model |
Modifier and Type | Method and Description |
---|---|
static AlarmStatusSummary.Severity |
AlarmStatusSummary.Severity.create(String key) |
AlarmStatusSummary.Severity |
AlarmStatusSummary.getSeverity()
The perceived type of response required when the alarm is in the “FIRING” state.
|
static AlarmStatusSummary.Severity |
AlarmStatusSummary.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmStatusSummary.Severity[] |
AlarmStatusSummary.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AlarmStatusSummary.Builder |
AlarmStatusSummary.Builder.severity(AlarmStatusSummary.Severity severity)
The perceived type of response required when the alarm is in the “FIRING” state.
|
Constructor and Description |
---|
AlarmStatusSummary(String id,
String displayName,
AlarmStatusSummary.Severity severity,
String ruleName,
Date timestampTriggered,
String alarmSummary,
AlarmStatusSummary.Status status,
Suppression suppression)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.