Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanExecutionLifecycleState
-
Packages that use DrPlanExecutionLifecycleState Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of DrPlanExecutionLifecycleState in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type DrPlanExecutionLifecycleState Modifier and Type Method Description Waiter<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse>
DisasterRecoveryWaiters. forDrPlanExecution(GetDrPlanExecutionRequest request, DrPlanExecutionLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse>
DisasterRecoveryWaiters. forDrPlanExecution(GetDrPlanExecutionRequest request, DrPlanExecutionLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDrPlanExecutionRequest,GetDrPlanExecutionResponse>
DisasterRecoveryWaiters. forDrPlanExecution(GetDrPlanExecutionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DrPlanExecutionLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DrPlanExecutionLifecycleState in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanExecutionLifecycleState Modifier and Type Method Description static DrPlanExecutionLifecycleState
DrPlanExecutionLifecycleState. create(String key)
DrPlanExecutionLifecycleState
DrPlanExecution. getLifecycleState()
The current state of the DR plan execution.DrPlanExecutionLifecycleState
DrPlanExecutionSummary. 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.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionLifecycleState Modifier and Type Method Description DrPlanExecution.Builder
DrPlanExecution.Builder. lifecycleState(DrPlanExecutionLifecycleState lifecycleState)
The current state of the DR plan execution.DrPlanExecutionSummary.Builder
DrPlanExecutionSummary.Builder. lifecycleState(DrPlanExecutionLifecycleState lifecycleState)
The current state of the DR plan execution.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanExecutionLifecycleState 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.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. -
Uses of DrPlanExecutionLifecycleState in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return DrPlanExecutionLifecycleState Modifier and Type Method Description DrPlanExecutionLifecycleState
ListDrPlanExecutionsRequest. getLifecycleState()
A filter to return only DR plan executions that match the given lifecycle state.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type DrPlanExecutionLifecycleState Modifier and Type Method Description ListDrPlanExecutionsRequest.Builder
ListDrPlanExecutionsRequest.Builder. lifecycleState(DrPlanExecutionLifecycleState lifecycleState)
A filter to return only DR plan executions that match the given lifecycle state.
-