RecoveryGroupBaseAction interface

Defines an action for the recovery orchestration group.

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.

type

The discriminator possible values: ManualAction, CustomRunbook

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

name

The name of the recovery orchestration group action.

name: string

Property Value

string

timeoutInMinutes

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

timeoutInMinutes: number

Property Value

number

type

The discriminator possible values: ManualAction, CustomRunbook

type: string

Property Value

string