Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Class and Description |
---|---|
class |
FailoverExecutionOptions
Options for failover execution.
|
class |
FailoverPrecheckExecutionOptions
Options for failover precheck execution.
|
class |
StartDrillExecutionOptions
Options for start drill execution.
|
class |
StartDrillPrecheckExecutionOptions
Options for start drill precheck execution.
|
class |
StopDrillExecutionOptions
Options for stop drill execution.
|
class |
StopDrillPrecheckExecutionOptions
Options for stop drill precheck execution.
|
class |
SwitchoverExecutionOptions
Options for switchover execution.
|
class |
SwitchoverPrecheckExecutionOptions
Options for switchover precheck execution.
|
Modifier and Type | Method and Description |
---|---|
DrPlanExecutionOptions |
DrPlanExecution.getExecutionOptions() |
Modifier and Type | Method and Description |
---|---|
DrPlanExecution.Builder |
DrPlanExecution.Builder.executionOptions(DrPlanExecutionOptions executionOptions) |
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.