Show / Hide Table of Contents

Enum DrPlanStepExecutionStatus

The execution statuses for a DR plan step.

  • QUEUED - DR plan step execution has been queued.
  • DISABLED - DR plan step execution has been disabled.
  • IN_PROGRESS - DR plan step execution is in progress.
  • SUCCEEDED - DR plan step execution has succeeded.
  • FAILED - DR plan step execution has failed.
  • FAILED_IGNORED - DR plan step execution has failed, but was ignored.
  • TIMED_OUT - DR plan step execution has timed out.
  • TIMED_OUT_IGNORED - DR plan step execution has timed out, but was ignored.
  • PAUSED - DR plan step execution has paused.
  • CANCELED - DR plan step execution has been canceled.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrPlanStepExecutionStatus

Fields

Name Description
Canceled
Disabled
Failed
FailedIgnored
InProgress
Paused
Queued
Succeeded
TimedOut
TimedOutIgnored
UnknownEnumValue
In this article
Back to top