AlarmEscalationsInfo

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Info level alarm comparison operator. Default value: >. Valid values: >, >=, <, <=, !=, ==, GreaterThanYesterday, LessThanYesterday, GreaterThanLastWeek, LessThanLastWeek, GreaterThanLastPeriod, LessThanLastPeriod. NOTE: From version 1.231.0, comparison_operator can be set to ==.

Link copied to clipboard
val statistics: String? = null

Info 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

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

Link copied to clipboard
val times: Int? = null

Info level alarm retry times. Default value: 3.