Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanStepType
-
Packages that use DrPlanStepType Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanStepType in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanStepType Modifier and Type Method Description static DrPlanStepTypeDrPlanStepType. create(String key)DrPlanStepTypeDrPlanStep. getType()The plan step type.DrPlanStepTypeDrPlanStepExecution. getType()The step type.static DrPlanStepTypeDrPlanStepType. valueOf(String name)Returns the enum constant of this type with the specified name.static DrPlanStepType[]DrPlanStepType. 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 DrPlanStepType Modifier and Type Method Description DrPlanStep.BuilderDrPlanStep.Builder. type(DrPlanStepType type)The plan step type.DrPlanStepExecution.BuilderDrPlanStepExecution.Builder. type(DrPlanStepType type)The step type.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanStepType Constructor Description DrPlanStep(String id, String groupId, String memberId, DrPlanStepType type, DrPlanStepRefreshStatus refreshStatus, String displayName, String typeDisplayName, DrPlanStepErrorMode errorMode, Integer timeout, Boolean isEnabled, DrPlanUserDefinedStep userDefinedStep)Deprecated.DrPlanStepExecution(String stepId, DrPlanStepType type, String groupId, String displayName, String typeDisplayName, ObjectStorageLogLocation logLocation, DrPlanStepExecutionStatus status, String statusDetails, Date timeStarted, Date timeEnded, Integer executionDurationInSec)Deprecated.
-