Uses of Class
com.oracle.bmc.monitoring.model.AlarmSuppression.Level
-
Packages that use AlarmSuppression.Level Package Description com.oracle.bmc.monitoring.model com.oracle.bmc.monitoring.requests -
-
Uses of AlarmSuppression.Level in com.oracle.bmc.monitoring.model
Methods in com.oracle.bmc.monitoring.model that return AlarmSuppression.Level Modifier and Type Method Description static AlarmSuppression.Level
AlarmSuppression.Level. create(String key)
AlarmSuppression.Level
AlarmSuppression. getLevel()
The level of this alarm suppression.AlarmSuppression.Level
AlarmSuppressionSummary. getLevel()
The level of this alarm suppression.AlarmSuppression.Level
CreateAlarmSuppressionDetails. getLevel()
The level of this alarm suppression.static AlarmSuppression.Level
AlarmSuppression.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlarmSuppression.Level[]
AlarmSuppression.Level. 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 AlarmSuppression.Level Modifier and Type Method Description AlarmSuppression.Builder
AlarmSuppression.Builder. level(AlarmSuppression.Level level)
The level of this alarm suppression.AlarmSuppressionSummary.Builder
AlarmSuppressionSummary.Builder. level(AlarmSuppression.Level level)
The level of this alarm suppression.CreateAlarmSuppressionDetails.Builder
CreateAlarmSuppressionDetails.Builder. level(AlarmSuppression.Level level)
The level of this alarm suppression.Constructors in com.oracle.bmc.monitoring.model with parameters of type AlarmSuppression.Level Constructor Description AlarmSuppression(String id, String compartmentId, AlarmSuppressionTarget alarmSuppressionTarget, AlarmSuppression.Level level, List<SuppressionCondition> suppressionConditions, String displayName, String description, Map<String,String> dimensions, Date timeSuppressFrom, Date timeSuppressUntil, AlarmSuppression.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.AlarmSuppressionSummary(String id, String compartmentId, AlarmSuppressionTarget alarmSuppressionTarget, AlarmSuppression.Level level, List<SuppressionCondition> suppressionConditions, String displayName, String description, Map<String,String> dimensions, Date timeSuppressFrom, Date timeSuppressUntil, AlarmSuppression.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateAlarmSuppressionDetails(AlarmSuppressionTarget alarmSuppressionTarget, AlarmSuppression.Level level, String displayName, String description, Map<String,String> dimensions, Date timeSuppressFrom, Date timeSuppressUntil, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<SuppressionCondition> suppressionConditions)
Deprecated. -
Uses of AlarmSuppression.Level in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return AlarmSuppression.Level Modifier and Type Method Description AlarmSuppression.Level
ListAlarmSuppressionsRequest. getLevel()
The level of this alarm suppression.Methods in com.oracle.bmc.monitoring.requests with parameters of type AlarmSuppression.Level Modifier and Type Method Description ListAlarmSuppressionsRequest.Builder
ListAlarmSuppressionsRequest.Builder. level(AlarmSuppression.Level level)
The level of this alarm suppression.
-