public static enum DrPlanExecutionOptions.PlanExecutionType extends Enum<DrPlanExecutionOptions.PlanExecutionType> implements BmcEnum
The type of the plan execution.
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 DrPlanExecutionOptions.PlanExecutionType |
create(String key) |
String |
getValue() |
static DrPlanExecutionOptions.PlanExecutionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanExecutionOptions.PlanExecutionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrPlanExecutionOptions.PlanExecutionType Switchover
public static final DrPlanExecutionOptions.PlanExecutionType SwitchoverPrecheck
public static final DrPlanExecutionOptions.PlanExecutionType Failover
public static final DrPlanExecutionOptions.PlanExecutionType FailoverPrecheck
public static final DrPlanExecutionOptions.PlanExecutionType StartDrillPrecheck
public static final DrPlanExecutionOptions.PlanExecutionType StartDrill
public static final DrPlanExecutionOptions.PlanExecutionType StopDrillPrecheck
public static final DrPlanExecutionOptions.PlanExecutionType StopDrill
public static final DrPlanExecutionOptions.PlanExecutionType UnknownEnumValue
public static DrPlanExecutionOptions.PlanExecutionType[] values()
for (DrPlanExecutionOptions.PlanExecutionType c : DrPlanExecutionOptions.PlanExecutionType.values()) System.out.println(c);
public static DrPlanExecutionOptions.PlanExecutionType 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 DrPlanExecutionOptions.PlanExecutionType create(String key)
Copyright © 2016–2025. All rights reserved.