Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DrPlanStep

Details of a step in a DR plan.

Properties

displayName

displayName: string

The display name of the group.

Example: {@code DATABASE_SWITCHOVER}

errorMode

The error mode for this step.

groupId

groupId: string

The unique id of the group to which this step belongs. Must not be modified by user.

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

id

id: string

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

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

isEnabled

isEnabled: boolean

A flag indicating whether this step should be enabled for execution.

Example: {@code true}

Optional memberId

memberId: undefined | string

The OCID of the member associated with this step.

Example: {@code ocid1.database.oc1..uniqueID}

timeout

timeout: number

The timeout in seconds for executing this step.

Example: {@code 600} Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

type

The plan step type.

Optional userDefinedStep

Functions

getDeserializedJsonObj

getJsonObj