Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DrPlanStepExecution.Builder |
DrPlanStepExecution.Builder.status(DrPlanStepExecutionStatus status)
The status of the step execution.
|
Constructor and Description |
---|
DrPlanStepExecution(String stepId,
DrPlanStepType type,
String groupId,
String displayName,
ObjectStorageLogLocation logLocation,
DrPlanStepExecutionStatus status,
String statusDetails,
Date timeStarted,
Date timeEnded,
Integer executionDurationInSec)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.