Package | Description |
---|---|
com.oracle.bmc.stackmonitoring.model |
Modifier and Type | Method and Description |
---|---|
Condition.Builder |
Condition.Builder.body(String body)
The human-readable content of the delivered alarm notification.
|
static Condition.Builder |
Condition.builder()
Create a new builder.
|
Condition.Builder |
Condition.Builder.copy(Condition model) |
Condition.Builder |
Condition.Builder.query(String query)
The Monitoring Query Language (MQL) expression to evaluate for the alarm.
|
Condition.Builder |
Condition.Builder.severity(AlarmConditionSeverity severity)
Severity - Critical/Warning
|
Condition.Builder |
Condition.Builder.shouldAppendNote(Boolean shouldAppendNote)
Whether the note need to add into bottom of the body for mapping the alarms information
with template or not.
|
Condition.Builder |
Condition.Builder.shouldAppendUrl(Boolean shouldAppendUrl)
Whether the URL need to add into bottom of the body for mapping the alarms information
with template or not.
|
Condition.Builder |
Condition.toBuilder() |
Condition.Builder |
Condition.Builder.triggerDelay(String triggerDelay)
The period of time that the condition defined in the alarm must persist before the alarm
state changes from “OK” to “FIRING”.
|
Copyright © 2016–2025. All rights reserved.