Alarm Escalations Critical
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
Properties
Link copied to clipboard
Critical level alarm statistics method. It must be consistent with that defined for metrics. For more information, see How to use it.