DiAlarmRuleTriggerCondition

data class DiAlarmRuleTriggerCondition(val ddlReportTags: List<String>? = null, val duration: Int? = null, val severity: String? = null, val threshold: Int? = null)

Constructors

Link copied to clipboard
constructor(ddlReportTags: List<String>? = null, duration: Int? = null, severity: String? = null, threshold: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ddlReportTags: List<String>? = null

It takes effect only when the DDL notification is issued. The list of effective DDLs is required.

Link copied to clipboard
val duration: Int? = null

Alarm calculation time interval, unit minute

Link copied to clipboard
val severity: String? = null

Severity, optional enumeration value: Warning Critical

Link copied to clipboard
val threshold: Int? = null

Alarm threshold. Task status alarm: no need to fill in the threshold. failover alarm: The threshold is the number of failover alarms. Task Delay Alarm: The threshold is the delay duration, in seconds.