Package | Description |
---|---|
com.oracle.bmc.cloudmigrations | |
com.oracle.bmc.cloudmigrations.model | |
com.oracle.bmc.cloudmigrations.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMigrationPlanRequest,GetMigrationPlanResponse> |
MigrationWaiters.forMigrationPlan(GetMigrationPlanRequest request,
MigrationPlan.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMigrationPlanRequest,GetMigrationPlanResponse> |
MigrationWaiters.forMigrationPlan(GetMigrationPlanRequest request,
MigrationPlan.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMigrationPlanRequest,GetMigrationPlanResponse> |
MigrationWaiters.forMigrationPlan(GetMigrationPlanRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
MigrationPlan.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
MigrationPlan.LifecycleState |
ListMigrationPlansRequest.getLifecycleState()
The current state of the migration plan.
|
Modifier and Type | Method and Description |
---|---|
ListMigrationPlansRequest.Builder |
ListMigrationPlansRequest.Builder.lifecycleState(MigrationPlan.LifecycleState lifecycleState)
The current state of the migration plan.
|
Copyright © 2016–2024. All rights reserved.