Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateDrPlanGroupDetails

The details for updating a group in a DR plan.

Properties

Optional displayName

displayName: undefined | string

The display name of the group.

Example: {@code My_GROUP_3 - EBS Start}

Optional id

id: undefined | 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}

Optional steps

The list of steps in this group.

Optional type

type: model.DrPlanGroupType

The group type.

Example: {@code BUILT_IN}

Functions

getDeserializedJsonObj

getJsonObj