Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
static DrPlanGroupExecutionStatus |
DrPlanGroupExecutionStatus.create(String key) |
DrPlanGroupExecutionStatus |
DrPlanGroupExecution.getStatus()
The status of the group execution.
|
static DrPlanGroupExecutionStatus |
DrPlanGroupExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanGroupExecutionStatus[] |
DrPlanGroupExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.status(DrPlanGroupExecutionStatus status)
The status of the group execution.
|
Constructor and Description |
---|
DrPlanGroupExecution(String groupId,
DrPlanGroupType type,
String displayName,
DrPlanGroupExecutionStatus status,
String statusDetails,
Date timeStarted,
Date timeEnded,
Integer executionDurationInSec,
List<DrPlanStepExecution> stepExecutions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.