Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanLifecycleState
-
Packages that use DrPlanLifecycleState Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of DrPlanLifecycleState in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery with parameters of type DrPlanLifecycleState Modifier and Type Method Description Waiter<GetDrPlanRequest,GetDrPlanResponse>
DisasterRecoveryWaiters. forDrPlan(GetDrPlanRequest request, DrPlanLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDrPlanRequest,GetDrPlanResponse>
DisasterRecoveryWaiters. forDrPlan(GetDrPlanRequest request, DrPlanLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDrPlanRequest,GetDrPlanResponse>
DisasterRecoveryWaiters. forDrPlan(GetDrPlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DrPlanLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DrPlanLifecycleState in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanLifecycleState Modifier and Type Method Description static DrPlanLifecycleState
DrPlanLifecycleState. create(String key)
DrPlanLifecycleState
DrPlan. getLifecycleState()
The current state of the DR plan.DrPlanLifecycleState
DrPlanSummary. getLifecycleState()
The current state of the DR plan.static DrPlanLifecycleState
DrPlanLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrPlanLifecycleState[]
DrPlanLifecycleState. 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 DrPlanLifecycleState Modifier and Type Method Description DrPlan.Builder
DrPlan.Builder. lifecycleState(DrPlanLifecycleState lifecycleState)
The current state of the DR plan.DrPlanSummary.Builder
DrPlanSummary.Builder. lifecycleState(DrPlanLifecycleState lifecycleState)
The current state of the DR plan.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanLifecycleState Constructor Description DrPlan(String id, String displayName, String compartmentId, DrPlanType type, Date timeCreated, Date timeUpdated, String drProtectionGroupId, String peerDrProtectionGroupId, String peerRegion, String sourcePlanId, List<DrPlanGroup> planGroups, DrPlanLifecycleState lifecycleState, DrPlanLifecycleSubState lifecycleSubState, String lifeCycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DrPlanSummary(String id, String compartmentId, String displayName, DrPlanType type, String drProtectionGroupId, String peerDrProtectionGroupId, String peerRegion, Date timeCreated, Date timeUpdated, DrPlanLifecycleState lifecycleState, DrPlanLifecycleSubState lifecycleSubState, String lifeCycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of DrPlanLifecycleState in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return DrPlanLifecycleState Modifier and Type Method Description DrPlanLifecycleState
ListDrPlansRequest. getLifecycleState()
A filter to return only DR plans that match the given lifecycle state.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type DrPlanLifecycleState Modifier and Type Method Description ListDrPlansRequest.Builder
ListDrPlansRequest.Builder. lifecycleState(DrPlanLifecycleState lifecycleState)
A filter to return only DR plans that match the given lifecycle state.
-