RecoveryGroupProperties interface
Properties of the recovery orchestration group.
Properties
| description | A description of the recovery orchestration group. |
| group |
A unique id for the recovery orchestration group, which is a GUID. |
| order |
The order ID of the recovery orchestration group. |
| post |
Post-actions for the recovery orchestration group. |
| pre |
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[]