Package | Description |
---|---|
com.oracle.bmc.monitoring.model |
Modifier and Type | Method and Description |
---|---|
static AlarmSuppressionHistoryItem.Level |
AlarmSuppressionHistoryItem.Level.create(String key) |
AlarmSuppressionHistoryItem.Level |
AlarmSuppressionHistoryItem.getLevel()
The level of this alarm suppression.
|
static AlarmSuppressionHistoryItem.Level |
AlarmSuppressionHistoryItem.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlarmSuppressionHistoryItem.Level[] |
AlarmSuppressionHistoryItem.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AlarmSuppressionHistoryItem.Builder |
AlarmSuppressionHistoryItem.Builder.level(AlarmSuppressionHistoryItem.Level level)
The level of this alarm suppression.
|
Constructor and Description |
---|
AlarmSuppressionHistoryItem(String suppressionId,
AlarmSuppressionTarget alarmSuppressionTarget,
AlarmSuppressionHistoryItem.Level level,
String displayName,
String description,
Map<String,String> dimensions,
Date timeEffectiveFrom,
Date timeEffectiveUntil)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.