Enum DrPlanExecutionType
The types of DR plan execution that can be created, updated, or deleted by the user. Executions of type precheck cannot be created separately by the user.
They are automatically generated as part of the plan, however prechecks can be executed separately from a plan.
- SWITCHOVER - Switchover from primary to standby.
- SWITCHOVER_PRECHECK - Precheck for switchover DR plan.
- FAILOVER - Failover to standby.
- FAILOVER_PRECHECK - Precheck for failover DR plan.
- START_DRILL - Start DR Drill.
- START_DRILL_PRECHECK - Precheck for a start drill DR plan.
- STOP_DRILL - Stop DR Drill.
- STOP_DRILL_PRECHECK - Precheck for a stop drill DR plan.
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public enum DrPlanExecutionType
Fields
Name | Description |
---|---|
Failover | |
FailoverPrecheck | |
StartDrill | |
StartDrillPrecheck | |
StopDrill | |
StopDrillPrecheck | |
Switchover | |
SwitchoverPrecheck | |
UnknownEnumValue |