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