Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanGroupExecution
-
Packages that use DrPlanGroupExecution Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrPlanGroupExecution in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanGroupExecution Modifier and Type Method Description DrPlanGroupExecution
DrPlanGroupExecution.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type DrPlanGroupExecution Modifier and Type Method Description List<DrPlanGroupExecution>
DrPlanExecution. getGroupExecutions()
A list of groups executed in this DR plan execution.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanGroupExecution Modifier and Type Method Description DrPlanGroupExecution.Builder
DrPlanGroupExecution.Builder. copy(DrPlanGroupExecution model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanGroupExecution Modifier and Type Method Description DrPlanExecution.Builder
DrPlanExecution.Builder. groupExecutions(List<DrPlanGroupExecution> groupExecutions)
A list of groups executed in this DR plan execution.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrPlanGroupExecution Constructor Description DrPlanExecution(String id, String compartmentId, String displayName, String planId, DrPlanExecutionType planExecutionType, DrPlanExecutionOptions executionOptions, String drProtectionGroupId, String peerDrProtectionGroupId, String peerRegion, ObjectStorageLogLocation logLocation, Date timeCreated, Date timeStarted, Date timeUpdated, Date timeEnded, Integer executionDurationInSec, List<DrPlanGroupExecution> groupExecutions, DrPlanExecutionLifecycleState lifecycleState, String lifeCycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-