Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DrPlanExecutionType

The types of DR plan execution that can be created, updated, or deleted by the user. Executions of type precheck cannot be created separately by the user. They are automatically generated as part of the plan, however prechecks can be executed separately from a plan.

  • SWITCHOVER - Switchover from primary to standby.
  • SWITCHOVER_PRECHECK - Precheck for switchover DR plan.
  • FAILOVER - Failover to standby.
  • FAILOVER_PRECHECK - Precheck for failover DR plan.
  • START_DRILL - Start DR Drill.
  • START_DRILL_PRECHECK - Precheck for a start drill DR plan.
  • STOP_DRILL - Stop DR Drill.
  • STOP_DRILL_PRECHECK - Precheck for a stop drill DR plan.

Enumeration members

Failover

Failover: = "FAILOVER"

FailoverPrecheck

FailoverPrecheck: = "FAILOVER_PRECHECK"

StartDrill

StartDrill: = "START_DRILL"

StartDrillPrecheck

StartDrillPrecheck: = "START_DRILL_PRECHECK"

StopDrill

StopDrill: = "STOP_DRILL"

StopDrillPrecheck

StopDrillPrecheck: = "STOP_DRILL_PRECHECK"

Switchover

Switchover: = "SWITCHOVER"

SwitchoverPrecheck

SwitchoverPrecheck: = "SWITCHOVER_PRECHECK"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj