Package | Description |
---|---|
com.oracle.bmc.disasterrecovery | |
com.oracle.bmc.disasterrecovery.model | |
com.oracle.bmc.disasterrecovery.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse> |
DisasterRecoveryWaiters.forDrPlanExecution(GetDrPlanExecutionRequest request,
DrPlanExecutionLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse> |
DisasterRecoveryWaiters.forDrPlanExecution(GetDrPlanExecutionRequest request,
DrPlanExecutionLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse> |
DisasterRecoveryWaiters.forDrPlanExecution(GetDrPlanExecutionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DrPlanExecutionLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DrPlanExecutionLifecycleState |
DrPlanExecutionLifecycleState.create(String key) |
DrPlanExecutionLifecycleState |
DrPlanExecutionSummary.getLifecycleState()
The current state of the DR plan execution.
|
DrPlanExecutionLifecycleState |
DrPlanExecution.getLifecycleState()
The current state of the DR plan execution.
|
static DrPlanExecutionLifecycleState |
DrPlanExecutionLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrPlanExecutionLifecycleState[] |
DrPlanExecutionLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrPlanExecutionSummary.Builder |
DrPlanExecutionSummary.Builder.lifecycleState(DrPlanExecutionLifecycleState lifecycleState)
The current state of the DR plan execution.
|
DrPlanExecution.Builder |
DrPlanExecution.Builder.lifecycleState(DrPlanExecutionLifecycleState lifecycleState)
The current state of the 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.
|
DrPlanExecutionSummary(String id,
String compartmentId,
String displayName,
String planId,
DrPlanExecutionType planExecutionType,
String drProtectionGroupId,
String peerDrProtectionGroupId,
String peerRegion,
ObjectStorageLogLocation logLocation,
Date timeCreated,
Date timeStarted,
Date timeUpdated,
Date timeEnded,
Integer executionDurationInSec,
DrPlanExecutionLifecycleState lifecycleState,
String lifeCycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DrPlanExecutionLifecycleState |
ListDrPlanExecutionsRequest.getLifecycleState()
A filter to return only DR plan executions that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDrPlanExecutionsRequest.Builder |
ListDrPlanExecutionsRequest.Builder.lifecycleState(DrPlanExecutionLifecycleState lifecycleState)
A filter to return only DR plan executions that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.