AutoHealRulesResponse

data class AutoHealRulesResponse(val actions: AutoHealActionsResponse? = null, val triggers: AutoHealTriggersResponse? = null)

Rules that can be defined for auto-heal.

Constructors

Link copied to clipboard
constructor(actions: AutoHealActionsResponse? = null, triggers: AutoHealTriggersResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Actions to be executed when a rule is triggered.

Link copied to clipboard

Conditions that describe when to execute the auto-heal actions.