AutoHealRules Class

Rules that can be defined for auto-heal.

Constructor

AutoHealRules(*args: Any, **kwargs: Any)

Variables

Name Description
triggers

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

actions

Actions to be executed when a rule is triggered.

Attributes

actions

Actions to be executed when a rule is triggered.

actions: _models.AutoHealActions | None

triggers

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

triggers: _models.AutoHealTriggers | None