Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
DrPlanGroupExecution |
DrPlanGroupExecution.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DrPlanGroupExecution> |
DrPlanExecution.getGroupExecutions()
A list of groups executed in this DR plan execution.
|
Modifier and Type | Method and Description |
---|---|
DrPlanGroupExecution.Builder |
DrPlanGroupExecution.Builder.copy(DrPlanGroupExecution model) |
Modifier and Type | Method and Description |
---|---|
DrPlanExecution.Builder |
DrPlanExecution.Builder.groupExecutions(List<DrPlanGroupExecution> groupExecutions)
A list of groups executed in this DR plan execution.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.