Package | Description |
---|---|
com.oracle.bmc.monitoring.model |
Modifier and Type | Method and Description |
---|---|
static AlarmSummary.Severity |
AlarmSummary.Severity.create(String key) |
AlarmSummary.Severity |
AlarmSummary.getSeverity()
The perceived type of response required when the alarm is in the “FIRING” state.
|
static AlarmSummary.Severity |
AlarmSummary.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmSummary.Severity[] |
AlarmSummary.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AlarmSummary.Builder |
AlarmSummary.Builder.severity(AlarmSummary.Severity severity)
The perceived type of response required when the alarm is in the “FIRING” state.
|
Constructor and Description |
---|
AlarmSummary(String id,
String displayName,
String compartmentId,
String metricCompartmentId,
String namespace,
String query,
AlarmSummary.Severity severity,
List<String> destinations,
Suppression suppression,
Boolean isEnabled,
Boolean isNotificationsPerMetricDimensionEnabled,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Alarm.LifecycleState lifecycleState,
List<AlarmOverride> overrides,
String ruleName,
String notificationVersion,
String notificationTitle,
String evaluationSlackDuration,
String alarmSummary,
String resourceGroup)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.