@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum DrPlanExecutionType extends Enum<DrPlanExecutionType> implements BmcEnum
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.
Enum Constant and Description |
---|
Failover |
FailoverPrecheck |
StartDrill |
StartDrillPrecheck |
StopDrill |
StopDrillPrecheck |
Switchover |
SwitchoverPrecheck |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DrPlanExecutionType |
create(String key) |
String |
getValue() |
static DrPlanExecutionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanExecutionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrPlanExecutionType Switchover
public static final DrPlanExecutionType SwitchoverPrecheck
public static final DrPlanExecutionType Failover
public static final DrPlanExecutionType FailoverPrecheck
public static final DrPlanExecutionType StartDrill
public static final DrPlanExecutionType StartDrillPrecheck
public static final DrPlanExecutionType StopDrill
public static final DrPlanExecutionType StopDrillPrecheck
public static final DrPlanExecutionType UnknownEnumValue
public static DrPlanExecutionType[] values()
for (DrPlanExecutionType c : DrPlanExecutionType.values()) System.out.println(c);
public static DrPlanExecutionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DrPlanExecutionType create(String key)
Copyright © 2016–2024. All rights reserved.