Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DrPlanExecutionLifecycleState

The lifecycle states of a DR plan execution.

  • ACCEPTED - DR plan execution has been accepted.
  • IN_PROGRESS - DR plan execution is in progress.
  • WAITING - DR plan execution is waiting for user action.
  • CANCELING - DR plan execution is being canceled.
  • CANCELED - DR plan execution has been canceled.
  • SUCCEEDED - DR plan execution has succeeded.
  • FAILED - DR plan execution has failed.
  • DELETING - DR plan execution is being deleted.
  • DELETED - DR plan execution has been deleted.
  • PAUSING - DR plan execution is being paused.
  • PAUSED - DR plan execution has been paused.
  • RESUMING - DR plan execution is resuming.

Enumeration members

Accepted

Accepted: = "ACCEPTED"

Canceled

Canceled: = "CANCELED"

Canceling

Canceling: = "CANCELING"

Deleted

Deleted: = "DELETED"

Deleting

Deleting: = "DELETING"

Failed

Failed: = "FAILED"

InProgress

InProgress: = "IN_PROGRESS"

Paused

Paused: = "PAUSED"

Pausing

Pausing: = "PAUSING"

Resuming

Resuming: = "RESUMING"

Succeeded

Succeeded: = "SUCCEEDED"

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.

Waiting

Waiting: = "WAITING"

Functions

getDeserializedJsonObj

getJsonObj