次の方法で共有


AutoHealActions interface

ルールがトリガーされたときに自動修復モジュールによって実行されるアクション。

プロパティ

actionType

実行する定義済みのアクション。

customAction

実行するカスタム アクション。

minProcessExecutionTime

アクションを実行する前にプロセスを実行する必要がある最小時間

プロパティの詳細

actionType

実行する定義済みのアクション。

actionType?: AutoHealActionType

プロパティ値

customAction

実行するカスタム アクション。

customAction?: AutoHealCustomAction

プロパティ値

minProcessExecutionTime

アクションを実行する前にプロセスを実行する必要がある最小時間

minProcessExecutionTime?: string

プロパティ値

string