AlarmEscalationsCritical

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

Constructors

Link copied to clipboard
fun AlarmEscalationsCritical(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

Critical level alarm statistics method. It must be consistent with that defined for metrics. For more information, see How to use it.

Link copied to clipboard
val threshold: String? = null

Critical level alarm threshold value, which must be a numeric value currently.

Link copied to clipboard
val times: Int? = null

Critical level alarm retry times. Default to 3.