public class AutoHealRules extends Object
| Constructor and Description |
|---|
AutoHealRules() |
| Modifier and Type | Method and Description |
|---|---|
AutoHealActions |
actions()
Get actions to be executed when a rule is triggered.
|
AutoHealTriggers |
triggers()
Get conditions that describe when to execute the auto-heal actions.
|
AutoHealRules |
withActions(AutoHealActions actions)
Set actions to be executed when a rule is triggered.
|
AutoHealRules |
withTriggers(AutoHealTriggers triggers)
Set conditions that describe when to execute the auto-heal actions.
|
public AutoHealTriggers triggers()
public AutoHealRules withTriggers(AutoHealTriggers triggers)
triggers - the triggers value to setpublic AutoHealActions actions()
public AutoHealRules withActions(AutoHealActions actions)
actions - the actions value to setCopyright © 2019. All rights reserved.