Package | Description |
---|---|
com.oracle.bmc.cloudmigrations | |
com.oracle.bmc.cloudmigrations.model | |
com.oracle.bmc.cloudmigrations.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetMigrationRequest,GetMigrationResponse> |
MigrationWaiters.forMigration(GetMigrationRequest request,
Migration.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetMigrationRequest,GetMigrationResponse> |
MigrationWaiters.forMigration(GetMigrationRequest request,
Migration.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetMigrationRequest,GetMigrationResponse> |
MigrationWaiters.forMigration(GetMigrationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Migration.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Migration.LifecycleState |
Migration.LifecycleState.create(String key) |
Migration.LifecycleState |
Migration.getLifecycleState()
The current state of migration.
|
Migration.LifecycleState |
MigrationSummary.getLifecycleState()
The current state of migration.
|
static Migration.LifecycleState |
Migration.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Migration.LifecycleState[] |
Migration.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Migration.Builder |
Migration.Builder.lifecycleState(Migration.LifecycleState lifecycleState)
The current state of migration.
|
MigrationSummary.Builder |
MigrationSummary.Builder.lifecycleState(Migration.LifecycleState lifecycleState)
The current state of migration.
|
Constructor and Description |
---|
Migration(String id,
String displayName,
String compartmentId,
Migration.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String replicationScheduleId,
Boolean isCompleted,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
MigrationSummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Migration.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isCompleted,
String replicationScheduleId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Migration.LifecycleState |
ListMigrationsRequest.getLifecycleState()
A filter to return only resources where the resource’s lifecycle state matches the given
lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListMigrationsRequest.Builder |
ListMigrationsRequest.Builder.lifecycleState(Migration.LifecycleState lifecycleState)
A filter to return only resources where the resource’s lifecycle state matches the given
lifecycle state.
|
Copyright © 2016–2024. All rights reserved.