Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DrPlanGroup

Details of a group in a DR plan.

Properties

displayName

displayName: string

The display name of the group.

Example: {@code DATABASE_SWITCHOVER}

id

id: string

The unique id of the group. Must not be modified by user.

Example: {@code sgid1.group..uniqueID}

Optional isPauseEnabled

isPauseEnabled: undefined | false | true

A flag indicating whether this group should be enabled for execution. This flag is only applicable to the {@code USER_DEFINED_PAUSE} group. The flag should be null for the remaining group types.

Example: {@code true}

steps

steps: Array<DrPlanStep>

The list of steps in the group.

type

The group type.

Example: {@code BUILT_IN}

Functions

getDeserializedJsonObj

getJsonObj