Enum DrPlanExecutionOptionDetails.PlanExecutionType
- java.lang.Object
-
- java.lang.Enum<DrPlanExecutionOptionDetails.PlanExecutionType>
-
- com.oracle.bmc.disasterrecovery.model.DrPlanExecutionOptionDetails.PlanExecutionType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DrPlanExecutionOptionDetails.PlanExecutionType>
- Enclosing class:
- DrPlanExecutionOptionDetails
public static enum DrPlanExecutionOptionDetails.PlanExecutionType extends Enum<DrPlanExecutionOptionDetails.PlanExecutionType> implements BmcEnum
The type of the plan execution.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Failover
FailoverPrecheck
StartDrill
StartDrillPrecheck
StopDrill
StopDrillPrecheck
Switchover
SwitchoverPrecheck
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DrPlanExecutionOptionDetails.PlanExecutionType
create(String key)
String
getValue()
static DrPlanExecutionOptionDetails.PlanExecutionType
valueOf(String name)
Returns the enum constant of this type with the specified name.static DrPlanExecutionOptionDetails.PlanExecutionType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Switchover
public static final DrPlanExecutionOptionDetails.PlanExecutionType Switchover
-
SwitchoverPrecheck
public static final DrPlanExecutionOptionDetails.PlanExecutionType SwitchoverPrecheck
-
Failover
public static final DrPlanExecutionOptionDetails.PlanExecutionType Failover
-
FailoverPrecheck
public static final DrPlanExecutionOptionDetails.PlanExecutionType FailoverPrecheck
-
StartDrill
public static final DrPlanExecutionOptionDetails.PlanExecutionType StartDrill
-
StartDrillPrecheck
public static final DrPlanExecutionOptionDetails.PlanExecutionType StartDrillPrecheck
-
StopDrill
public static final DrPlanExecutionOptionDetails.PlanExecutionType StopDrill
-
StopDrillPrecheck
public static final DrPlanExecutionOptionDetails.PlanExecutionType StopDrillPrecheck
-
-
Method Detail
-
values
public static DrPlanExecutionOptionDetails.PlanExecutionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DrPlanExecutionOptionDetails.PlanExecutionType c : DrPlanExecutionOptionDetails.PlanExecutionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DrPlanExecutionOptionDetails.PlanExecutionType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static DrPlanExecutionOptionDetails.PlanExecutionType create(String key)
-
-