Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanStepExecutionStatus
-
Packages that use DrPlanStepExecutionStatus Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanStepExecutionStatus in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanStepExecutionStatus Modifier and Type Method Description static DrPlanStepExecutionStatus
DrPlanStepExecutionStatus. create(String key)
DrPlanStepExecutionStatus
DrPlanStepExecution. getStatus()
The status of the step execution.static DrPlanStepExecutionStatus
DrPlanStepExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrPlanStepExecutionStatus[]
DrPlanStepExecutionStatus. 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 DrPlanStepExecutionStatus Modifier and Type Method Description DrPlanStepExecution.Builder
DrPlanStepExecution.Builder. status(DrPlanStepExecutionStatus status)
The status of the step execution.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanStepExecutionStatus Constructor Description DrPlanStepExecution(String stepId, DrPlanStepType type, String groupId, String displayName, ObjectStorageLogLocation logLocation, DrPlanStepExecutionStatus status, String statusDetails, Date timeStarted, Date timeEnded, Integer executionDurationInSec)
Deprecated.
-