RecoveryGroupProperties interface

Properties of the recovery orchestration group.

Properties

description

A description of the recovery orchestration group.

groupUniqueId

A unique id for the recovery orchestration group, which is a GUID.

orderId

The order ID of the recovery orchestration group.

postActions

Post-actions for the recovery orchestration group.

preActions

Pre-actions for the recovery orchestration group.

Property Details

description

A description of the recovery orchestration group.

description: string

Property Value

string

groupUniqueId

A unique id for the recovery orchestration group, which is a GUID.

groupUniqueId: string

Property Value

string

orderId

The order ID of the recovery orchestration group.

orderId: number

Property Value

number

postActions

Post-actions for the recovery orchestration group.

postActions?: RecoveryGroupBaseActionUnion[]

Property Value

preActions

Pre-actions for the recovery orchestration group.

preActions?: RecoveryGroupBaseActionUnion[]

Property Value