AlarmStatus
Current state of a cloud metric alarm.
A null currentState on an alarm indicates the alarm has been configured
but no state has been reported yet.
enum AlarmStatus {
OK
ALARM
}
Values​
AlarmStatus.OK {#ok}​
The metric is within configured thresholds.
AlarmStatus.ALARM {#alarm}​
The metric has crossed the configured threshold and the alarm is firing.
Member Of​
AlarmState object