Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static AlarmConditionSeverity |
AlarmConditionSeverity.create(String key) |
AlarmConditionSeverity |
Condition.getSeverity()
Severity - Critical/Warning
|
static AlarmConditionSeverity |
AlarmConditionSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmConditionSeverity[] |
AlarmConditionSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Condition.Builder |
Condition.Builder.severity(AlarmConditionSeverity severity)
Severity - Critical/Warning
|
Constructor and Description |
---|
Condition(AlarmConditionSeverity severity,
String query,
String body,
Boolean shouldAppendNote,
Boolean shouldAppendUrl,
String triggerDelay)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.