Uses of Class
com.oracle.bmc.disasterrecovery.model.DrPlanLifecycleSubState
-
Packages that use DrPlanLifecycleSubState Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of DrPlanLifecycleSubState in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrPlanLifecycleSubState Modifier and Type Method Description static DrPlanLifecycleSubState
DrPlanLifecycleSubState. create(String key)
DrPlanLifecycleSubState
DrPlan. getLifecycleSubState()
The current state of the DR plan.DrPlanLifecycleSubState
DrPlanSummary. getLifecycleSubState()
The current sub state of the DR plan.static DrPlanLifecycleSubState
DrPlanLifecycleSubState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrPlanLifecycleSubState[]
DrPlanLifecycleSubState. 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 DrPlanLifecycleSubState Modifier and Type Method Description DrPlan.Builder
DrPlan.Builder. lifecycleSubState(DrPlanLifecycleSubState lifecycleSubState)
The current state of the DR plan.DrPlanSummary.Builder
DrPlanSummary.Builder. lifecycleSubState(DrPlanLifecycleSubState lifecycleSubState)
The current sub state of the DR plan.Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type DrPlanLifecycleSubState 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 DrPlanLifecycleSubState in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return DrPlanLifecycleSubState Modifier and Type Method Description DrPlanLifecycleSubState
ListDrPlansRequest. getLifecycleSubState()
A filter to return only DR plans that match the given lifecycle sub-state.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type DrPlanLifecycleSubState Modifier and Type Method Description ListDrPlansRequest.Builder
ListDrPlansRequest.Builder. lifecycleSubState(DrPlanLifecycleSubState lifecycleSubState)
A filter to return only DR plans that match the given lifecycle sub-state.
-