JobJobMonitorInfoMonitorConfigArgs

data class JobJobMonitorInfoMonitorConfigArgs(val failEnable: Output<Boolean>? = null, val missWorkerEnable: Output<Boolean>? = null, val sendChannel: Output<String>? = null, val timeout: Output<Int>? = null, val timeoutEnable: Output<Boolean>? = null, val timeoutKillEnable: Output<Boolean>? = null) : ConvertibleToJava<JobJobMonitorInfoMonitorConfigArgs>

Constructors

Link copied to clipboard
constructor(failEnable: Output<Boolean>? = null, missWorkerEnable: Output<Boolean>? = null, sendChannel: Output<String>? = null, timeout: Output<Int>? = null, timeoutEnable: Output<Boolean>? = null, timeoutKillEnable: Output<Boolean>? = null)

Properties

Link copied to clipboard
val failEnable: Output<Boolean>? = null

Enable failure alarm

Link copied to clipboard
val missWorkerEnable: Output<Boolean>? = null

Whether no available Machine alarm is on

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

Alarm sending form

Link copied to clipboard
val timeout: Output<Int>? = null

Timeout threshold, unit s, default 7200.

Link copied to clipboard
val timeoutEnable: Output<Boolean>? = null

Time-out alarm switch. The values are as follows:

Link copied to clipboard
val timeoutKillEnable: Output<Boolean>? = null

The trigger switch is terminated by timeout and is turned off by default.

Functions

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