Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
DrPlanStepExecution |
DrPlanStepExecution.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DrPlanStepExecution> |
DrPlanGroupExecution.getStepExecutions()
A list of step executions in the group.
|
Modifier and Type | Method and Description |
---|---|
DrPlanStepExecution.Builder |
DrPlanStepExecution.Builder.copy(DrPlanStepExecution model) |
Modifier and Type | Method and Description |
---|---|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.stepExecutions(List<DrPlanStepExecution> stepExecutions)
A list of step executions in the group.
|
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.