Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanStepErrorMode
-
Packages that use DrPlanStepErrorMode Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanStepErrorMode in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanStepErrorMode Modifier and Type Method Description static DrPlanStepErrorMode
DrPlanStepErrorMode. create(String key)
DrPlanStepErrorMode
DrPlanStep. getErrorMode()
The error mode for this step.DrPlanStepErrorMode
UpdateDrPlanStepDetails. getErrorMode()
The error mode for this step.static DrPlanStepErrorMode
DrPlanStepErrorMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrPlanStepErrorMode[]
DrPlanStepErrorMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanStepErrorMode Modifier and Type Method Description DrPlanStep.Builder
DrPlanStep.Builder. errorMode(DrPlanStepErrorMode errorMode)
The error mode for this step.UpdateDrPlanStepDetails.Builder
UpdateDrPlanStepDetails.Builder. errorMode(DrPlanStepErrorMode errorMode)
The error mode for this step.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanStepErrorMode Constructor Description DrPlanStep(String id, String groupId, String memberId, DrPlanStepType type, DrPlanStepRefreshStatus refreshStatus, String displayName, DrPlanStepErrorMode errorMode, Integer timeout, Boolean isEnabled, DrPlanUserDefinedStep userDefinedStep)
Deprecated.UpdateDrPlanStepDetails(String id, String displayName, DrPlanStepErrorMode errorMode, Integer timeout, Boolean isEnabled, UpdateDrPlanUserDefinedStepDetails userDefinedStep)
Deprecated.
-