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