Package | Description |
---|---|
com.oracle.bmc.monitoring.model |
Modifier and Type | Method and Description |
---|---|
static Alarm.MessageFormat |
Alarm.MessageFormat.create(String key) |
Alarm.MessageFormat |
Alarm.getMessageFormat()
The format to use for alarm notifications.
|
static Alarm.MessageFormat |
Alarm.MessageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alarm.MessageFormat[] |
Alarm.MessageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Alarm.Builder |
Alarm.Builder.messageFormat(Alarm.MessageFormat messageFormat)
The format to use for alarm notifications.
|
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.
|
Copyright © 2016–2024. All rights reserved.