Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
DrPlanStep |
DrPlanStep.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DrPlanStep> |
DrPlanGroup.getSteps()
The list of steps in the group.
|
Modifier and Type | Method and Description |
---|---|
DrPlanStep.Builder |
DrPlanStep.Builder.copy(DrPlanStep model) |
Modifier and Type | Method and Description |
---|---|
DrPlanGroup.Builder |
DrPlanGroup.Builder.steps(List<DrPlanStep> steps)
The list of steps in the group.
|
Constructor and Description |
---|
DrPlanGroup(String id,
DrPlanGroupType type,
String displayName,
Boolean isPauseEnabled,
List<DrPlanStep> steps)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.