AutoHealActionsResponse

data class AutoHealActionsResponse(val actionType: String? = null, val customAction: AutoHealCustomActionResponse? = null, val minProcessExecutionTime: String? = null)

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

Constructors

Link copied to clipboard
constructor(actionType: String? = null, customAction: AutoHealCustomActionResponse? = null, minProcessExecutionTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionType: String? = null

Predefined action to be taken.

Link copied to clipboard

Custom action to be taken.

Link copied to clipboard

Minimum time the process must execute before taking the action