DiAlarmRuleTriggerConditionArgs

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

Constructors

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

Properties

Link copied to clipboard
val ddlReportTags: Output<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: Output<Int>? = null

Alarm calculation time interval, unit minute

Link copied to clipboard
val severity: Output<String>? = null

Severity, optional enumeration value: Warning Critical

Link copied to clipboard
val threshold: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): DiAlarmRuleTriggerConditionArgs