Package | Description |
---|---|
com.oracle.bmc.applicationmigration | |
com.oracle.bmc.applicationmigration.model | |
com.oracle.bmc.applicationmigration.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMigrationRequest,GetMigrationResponse> |
ApplicationMigrationWaiters.forMigration(GetMigrationRequest request,
MigrationLifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMigrationRequest,GetMigrationResponse> |
ApplicationMigrationWaiters.forMigration(GetMigrationRequest request,
MigrationLifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMigrationRequest,GetMigrationResponse> |
ApplicationMigrationWaiters.forMigration(GetMigrationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
MigrationLifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static MigrationLifecycleStates |
MigrationLifecycleStates.create(String key) |
MigrationLifecycleStates |
MigrationSummary.getLifecycleState()
The current state of the migration.
|
MigrationLifecycleStates |
Migration.getLifecycleState()
The current state of the migration.
|
static MigrationLifecycleStates |
MigrationLifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationLifecycleStates[] |
MigrationLifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MigrationSummary.Builder |
MigrationSummary.Builder.lifecycleState(MigrationLifecycleStates lifecycleState)
The current state of the migration.
|
Migration.Builder |
Migration.Builder.lifecycleState(MigrationLifecycleStates lifecycleState)
The current state of the migration.
|
Constructor and Description |
---|
Migration(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
String sourceId,
String applicationName,
MigrationTypes applicationType,
TargetDatabaseTypes preCreatedTargetDatabaseType,
Boolean isSelectiveMigration,
Map<String,ConfigurationField> serviceConfig,
Map<String,ConfigurationField> applicationConfig,
MigrationLifecycleStates lifecycleState,
String lifecycleDetails,
MigrationStates migrationState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
MigrationSummary(String id,
String compartmentId,
String displayName,
String description,
Date timeCreated,
String sourceId,
String applicationName,
MigrationTypes applicationType,
MigrationLifecycleStates lifecycleState,
String lifecycleDetails,
MigrationStates migrationState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MigrationLifecycleStates |
ListMigrationsRequest.getLifecycleState()
This field is not supported.
|
Modifier and Type | Method and Description |
---|---|
ListMigrationsRequest.Builder |
ListMigrationsRequest.Builder.lifecycleState(MigrationLifecycleStates lifecycleState)
This field is not supported.
|
Copyright © 2016–2023. All rights reserved.