Show / Hide Table of Contents

Enum 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.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrPlanExecutionLifecycleState

Fields

Name Description
Accepted
Canceled
Canceling
Deleted
Deleting
Failed
InProgress
Paused
Pausing
Resuming
Succeeded
UnknownEnumValue
Waiting
In this article
Back to top