Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DrPlanLifecycleState

The lifecycle states of a DR plan.

  • CREATING - DR plan is being created.
  • UPDATING - DR plan is being updated.
  • ACTIVE - DR plan is active and available for operations.
  • INACTIVE - DR plan is inactive and is not available for operations.
  • DELETING - DR plan is being deleted.
  • DELETED - DR plan has been deleted.
  • FAILED - DR plan creation failed.
  • NEEDS_ATTENTION - DR plan has failed to update.

Enumeration members

Active

Active: = "ACTIVE"

Creating

Creating: = "CREATING"

Deleted

Deleted: = "DELETED"

Deleting

Deleting: = "DELETING"

Failed

Failed: = "FAILED"

Inactive

Inactive: = "INACTIVE"

NeedsAttention

NeedsAttention: = "NEEDS_ATTENTION"

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.

Updating

Updating: = "UPDATING"

Functions

getDeserializedJsonObj

getJsonObj