public static enum UpdateDrPlanUserDefinedStepDetails.StepType extends Enum<UpdateDrPlanUserDefinedStepDetails.StepType> implements BmcEnum
The type of the user-defined step.
*RUN_OBJECTSTORE_SCRIPT_PRECHECK** - A step which performs a precheck on a script stored in OCI object storage.
*RUN_LOCAL_SCRIPT_PRECHECK** - A step which performs a precheck on a script which resides locally on a compute instance.
*INVOKE_FUNCTION_PRECHECK** - A step which performs a precheck on an OCI function. See https://docs.oracle.com/en-us/iaas/Content/Functions/home.htm.
*RUN_OBJECTSTORE_SCRIPT** - A step which runs a script stored in OCI object storage.
*RUN_LOCAL_SCRIPT** - A step which runs a script that resides locally on a compute instance.
*INVOKE_FUNCTION** - A step which invokes an OCI function. See https://docs.oracle.com/en-us/iaas/Content/Functions/home.htm.
Enum Constant and Description |
---|
InvokeFunction |
InvokeFunctionPrecheck |
RunLocalScript |
RunLocalScriptPrecheck |
RunObjectstoreScript |
RunObjectstoreScriptPrecheck |
Modifier and Type | Method and Description |
---|---|
static UpdateDrPlanUserDefinedStepDetails.StepType |
create(String key) |
String |
getValue() |
static UpdateDrPlanUserDefinedStepDetails.StepType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateDrPlanUserDefinedStepDetails.StepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateDrPlanUserDefinedStepDetails.StepType RunObjectstoreScriptPrecheck
public static final UpdateDrPlanUserDefinedStepDetails.StepType RunLocalScriptPrecheck
public static final UpdateDrPlanUserDefinedStepDetails.StepType InvokeFunctionPrecheck
public static final UpdateDrPlanUserDefinedStepDetails.StepType RunObjectstoreScript
public static final UpdateDrPlanUserDefinedStepDetails.StepType RunLocalScript
public static final UpdateDrPlanUserDefinedStepDetails.StepType InvokeFunction
public static UpdateDrPlanUserDefinedStepDetails.StepType[] values()
for (UpdateDrPlanUserDefinedStepDetails.StepType c : UpdateDrPlanUserDefinedStepDetails.StepType.values()) System.out.println(c);
public static UpdateDrPlanUserDefinedStepDetails.StepType 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 UpdateDrPlanUserDefinedStepDetails.StepType create(String key)
Copyright © 2016–2025. All rights reserved.