Uses of Class
com.oracle.bmc.cloudmigrations.model.MigrationPlan.LifecycleState
-
Packages that use MigrationPlan.LifecycleState Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.model com.oracle.bmc.cloudmigrations.requests -
-
Uses of MigrationPlan.LifecycleState in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type MigrationPlan.LifecycleState Modifier and Type Method Description Waiter<GetMigrationPlanRequest,GetMigrationPlanResponse>
MigrationWaiters. forMigrationPlan(GetMigrationPlanRequest request, MigrationPlan.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMigrationPlanRequest,GetMigrationPlanResponse>
MigrationWaiters. forMigrationPlan(GetMigrationPlanRequest request, MigrationPlan.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMigrationPlanRequest,GetMigrationPlanResponse>
MigrationWaiters. forMigrationPlan(GetMigrationPlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MigrationPlan.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of MigrationPlan.LifecycleState in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return MigrationPlan.LifecycleState Modifier and Type Method Description static MigrationPlan.LifecycleState
MigrationPlan.LifecycleState. create(String key)
MigrationPlan.LifecycleState
MigrationPlan. getLifecycleState()
The current state of the migration plan.MigrationPlan.LifecycleState
MigrationPlanSummary. getLifecycleState()
The current state of the migration plan.static MigrationPlan.LifecycleState
MigrationPlan.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MigrationPlan.LifecycleState[]
MigrationPlan.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type MigrationPlan.LifecycleState Modifier and Type Method Description MigrationPlan.Builder
MigrationPlan.Builder. lifecycleState(MigrationPlan.LifecycleState lifecycleState)
The current state of the migration plan.MigrationPlanSummary.Builder
MigrationPlanSummary.Builder. lifecycleState(MigrationPlan.LifecycleState lifecycleState)
The current state of the migration plan.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type MigrationPlan.LifecycleState Constructor Description MigrationPlan(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, MigrationPlan.LifecycleState lifecycleState, String lifecycleDetails, String migrationId, List<ResourceAssessmentStrategy> strategies, MigrationPlanStats migrationPlanStats, Map<String,Integer> calculatedLimits, List<TargetEnvironment> targetEnvironments, String referenceToRmsStack, String sourceMigrationPlanId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MigrationPlanSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, MigrationPlan.LifecycleState lifecycleState, String lifecycleDetails, String migrationId, List<ResourceAssessmentStrategy> strategies, MigrationPlanStats migrationPlanStats, Map<String,Integer> calculatedLimits, List<TargetEnvironment> targetEnvironments, String referenceToRmsStack, String sourceMigrationPlanId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of MigrationPlan.LifecycleState in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return MigrationPlan.LifecycleState Modifier and Type Method Description MigrationPlan.LifecycleState
ListMigrationPlansRequest. getLifecycleState()
The current state of the migration plan.Methods in com.oracle.bmc.cloudmigrations.requests with parameters of type MigrationPlan.LifecycleState Modifier and Type Method Description ListMigrationPlansRequest.Builder
ListMigrationPlansRequest.Builder. lifecycleState(MigrationPlan.LifecycleState lifecycleState)
The current state of the migration plan.
-