Show / Hide Table of Contents

Enum DrProtectionGroupLifecycleSubState

The secondary lifecycle states of a DR protection group. Provides information in addition to the lifecycle state.

  • DR_DRILL_IN_PROGRESS - A DR Drill is in progress.
  • DR_PLAN_EXECUTION_IN_PROGRESS - DR Plan Execution is in progress.
  • AUTOMATIC_DR_PLAN_EXECUTION_IN_PROGRESS - Automatic DR Plan Execution is in progress.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrProtectionGroupLifecycleSubState

Fields

Name Description
AutomaticDrPlanExecutionInProgress
DrDrillInProgress
DrPlanExecutionInProgress
UnknownEnumValue
In this article
Back to top