Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
DrPlanGroup |
DrPlanGroup.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DrPlanGroup> |
DrPlan.getPlanGroups()
The list of groups in this DR plan.
|
Modifier and Type | Method and Description |
---|---|
DrPlanGroup.Builder |
DrPlanGroup.Builder.copy(DrPlanGroup model) |
Modifier and Type | Method and Description |
---|---|
DrPlan.Builder |
DrPlan.Builder.planGroups(List<DrPlanGroup> planGroups)
The list of groups in this DR plan.
|
Constructor and Description |
---|
DrPlan(String id,
String displayName,
String compartmentId,
DrPlanType type,
Date timeCreated,
Date timeUpdated,
String drProtectionGroupId,
String peerDrProtectionGroupId,
String peerRegion,
List<DrPlanGroup> planGroups,
DrPlanLifecycleState lifecycleState,
String lifeCycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.