Show / Hide Table of Contents

Enum DrPlanType

The types of DR plan that can be created, updated, or deleted by the user.

  • SWITCHOVER - Switchover from primary to standby.
  • FAILOVER - Failover to standby.
  • START_DRILL - Start DR Drill.
  • STOP_DRILL - Stop DR Drill.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrPlanType

Fields

Name Description
Failover
StartDrill
StopDrill
Switchover
UnknownEnumValue
In this article
Back to top