AlarmEscalationsWarn

data class AlarmEscalationsWarn(val comparisonOperator: String? = null, val statistics: String? = null, val threshold: String? = null, val times: Int? = null)

Constructors

Link copied to clipboard
fun AlarmEscalationsWarn(comparisonOperator: String? = null, statistics: String? = null, threshold: String? = null, times: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Critical level alarm comparison operator. Valid values: "<=", "<", ">", ">=", "==", "!=". Default to "==".

Link copied to clipboard
val statistics: String? = null

It has been deprecated from provider version 1.94.0 and 'escalations_critical.statistics' instead.

Link copied to clipboard
val threshold: String? = null

It has been deprecated from provider version 1.94.0 and 'escalations_critical.threshold' instead.

Link copied to clipboard
val times: Int? = null

Critical level alarm retry times. Default to 3.