Package | Description |
---|---|
com.oracle.bmc.monitoring | |
com.oracle.bmc.monitoring.model | |
com.oracle.bmc.monitoring.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAlarmRequest,GetAlarmResponse> |
MonitoringWaiters.forAlarm(GetAlarmRequest request,
Alarm.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAlarmRequest,GetAlarmResponse> |
MonitoringWaiters.forAlarm(GetAlarmRequest request,
Alarm.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAlarmRequest,GetAlarmResponse> |
MonitoringWaiters.forAlarm(GetAlarmRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Alarm.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Alarm.LifecycleState |
Alarm.LifecycleState.create(String key) |
Alarm.LifecycleState |
AlarmSummary.getLifecycleState()
The current lifecycle state of the alarm.
|
Alarm.LifecycleState |
Alarm.getLifecycleState()
The current lifecycle state of the alarm.
|
static Alarm.LifecycleState |
Alarm.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alarm.LifecycleState[] |
Alarm.LifecycleState.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.lifecycleState(Alarm.LifecycleState lifecycleState)
The current lifecycle state of the alarm.
|
Alarm.Builder |
Alarm.Builder.lifecycleState(Alarm.LifecycleState lifecycleState)
The current lifecycle state of the alarm.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Alarm.LifecycleState |
ListAlarmsRequest.getLifecycleState()
A filter to return only alarms that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListAlarmsRequest.Builder |
ListAlarmsRequest.Builder.lifecycleState(Alarm.LifecycleState lifecycleState)
A filter to return only alarms that match the given lifecycle state exactly.
|
Copyright © 2016–2024. All rights reserved.