Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanStepRefreshStatus
-
Packages that use DrPlanStepRefreshStatus Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanStepRefreshStatus in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanStepRefreshStatus Modifier and Type Method Description static DrPlanStepRefreshStatus
DrPlanStepRefreshStatus. create(String key)
DrPlanStepRefreshStatus
DrPlanStep. getRefreshStatus()
The DR plan step refresh status.static DrPlanStepRefreshStatus
DrPlanStepRefreshStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrPlanStepRefreshStatus[]
DrPlanStepRefreshStatus. 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 DrPlanStepRefreshStatus Modifier and Type Method Description DrPlanStep.Builder
DrPlanStep.Builder. refreshStatus(DrPlanStepRefreshStatus refreshStatus)
The DR plan step refresh status.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanStepRefreshStatus Constructor Description DrPlanStep(String id, String groupId, String memberId, DrPlanStepType type, DrPlanStepRefreshStatus refreshStatus, String displayName, DrPlanStepErrorMode errorMode, Integer timeout, Boolean isEnabled, DrPlanUserDefinedStep userDefinedStep)
Deprecated.
-