Uses of Class
com.oracle.bmc.monitoring.model.Alarm.LifecycleState
-
Packages that use Alarm.LifecycleState Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.model com.oracle.bmc.monitoring.requests -
-
Uses of Alarm.LifecycleState in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring with parameters of type Alarm.LifecycleState Modifier and Type Method Description Waiter<GetAlarmRequest,GetAlarmResponse>
MonitoringWaiters. forAlarm(GetAlarmRequest request, Alarm.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAlarmRequest,GetAlarmResponse>
MonitoringWaiters. forAlarm(GetAlarmRequest request, Alarm.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAlarmRequest,GetAlarmResponse>
MonitoringWaiters. forAlarm(GetAlarmRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Alarm.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Alarm.LifecycleState in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return Alarm.LifecycleState Modifier and Type Method Description static Alarm.LifecycleState
Alarm.LifecycleState. create(String key)
Alarm.LifecycleState
Alarm. getLifecycleState()
The current lifecycle state of the alarm.Alarm.LifecycleState
AlarmSummary. 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.Methods in com.oracle.bmc.monitoring.model with parameters of type Alarm.LifecycleState Modifier and Type Method Description Alarm.Builder
Alarm.Builder. lifecycleState(Alarm.LifecycleState lifecycleState)
The current lifecycle state of the alarm.AlarmSummary.Builder
AlarmSummary.Builder. lifecycleState(Alarm.LifecycleState lifecycleState)
The current lifecycle state of the alarm.Constructors in com.oracle.bmc.monitoring.model with parameters of type Alarm.LifecycleState Constructor 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. -
Uses of Alarm.LifecycleState in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return Alarm.LifecycleState Modifier and Type Method Description Alarm.LifecycleState
ListAlarmsRequest. getLifecycleState()
A filter to return only alarms that match the given lifecycle state exactly.Methods in com.oracle.bmc.monitoring.requests with parameters of type Alarm.LifecycleState Modifier and Type Method Description ListAlarmsRequest.Builder
ListAlarmsRequest.Builder. lifecycleState(Alarm.LifecycleState lifecycleState)
A filter to return only alarms that match the given lifecycle state exactly.
-