RecoveryGroupManualAction interface

Defines a manual action for the recovery orchestration group.

Extends

Properties

type

The type of the recovery orchestration group action.

Inherited Properties

description

A description of the recovery orchestration group action, containing the instructions to be performed during this action.

name

The name of the recovery orchestration group action.

timeoutInMinutes

The maximum amount of time, in minutes, allowed for the action to complete before it times out.

Property Details

type

The type of the recovery orchestration group action.

type: "ManualAction"

Property Value

"ManualAction"

Inherited Property Details

description

A description of the recovery orchestration group action, containing the instructions to be performed during this action.

description?: string

Property Value

string

Inherited From RecoveryGroupBaseAction.description

name

The name of the recovery orchestration group action.

name: string

Property Value

string

Inherited From RecoveryGroupBaseAction.name

timeoutInMinutes

The maximum amount of time, in minutes, allowed for the action to complete before it times out.

timeoutInMinutes: number

Property Value

number

Inherited From RecoveryGroupBaseAction.timeoutInMinutes