AutoHealActionsArgs

data class AutoHealActionsArgs(val actionType: Output<AutoHealActionType>? = null, val customAction: Output<AutoHealCustomActionArgs>? = null, val minProcessExecutionTime: Output<String>? = null) : ConvertibleToJava<AutoHealActionsArgs>

Actions which to take by the auto-heal module when a rule is triggered.

Constructors

Link copied to clipboard
constructor(actionType: Output<AutoHealActionType>? = null, customAction: Output<AutoHealCustomActionArgs>? = null, minProcessExecutionTime: Output<String>? = null)

Properties

Link copied to clipboard
val actionType: Output<AutoHealActionType>? = null

Predefined action to be taken.

Link copied to clipboard

Custom action to be taken.

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

Minimum time the process must execute before taking the action

Functions

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