Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanGroup
-
Packages that use DrPlanGroup Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanGroup in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanGroup Modifier and Type Method Description DrPlanGroup
DrPlanGroup.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type DrPlanGroup Modifier and Type Method Description List<DrPlanGroup>
DrPlan. getPlanGroups()
The list of groups in this DR plan.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanGroup Modifier and Type Method Description DrPlanGroup.Builder
DrPlanGroup.Builder. copy(DrPlanGroup model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanGroup Modifier and Type Method Description DrPlan.Builder
DrPlan.Builder. planGroups(List<DrPlanGroup> planGroups)
The list of groups in this DR plan.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanGroup Constructor Description DrPlan(String id, String displayName, String compartmentId, DrPlanType type, Date timeCreated, Date timeUpdated, String drProtectionGroupId, String peerDrProtectionGroupId, String peerRegion, String sourcePlanId, List<DrPlanGroup> planGroups, DrPlanLifecycleState lifecycleState, DrPlanLifecycleSubState lifecycleSubState, String lifeCycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-