Uses of Class
com.oracle.bmc.cloudmigrations.model.Migration.LifecycleState
-
Packages that use Migration.LifecycleState Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.model com.oracle.bmc.cloudmigrations.requests -
-
Uses of Migration.LifecycleState in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type Migration.LifecycleState Modifier and Type Method Description Waiter<GetMigrationRequest,GetMigrationResponse>
MigrationWaiters. forMigration(GetMigrationRequest request, Migration.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMigrationRequest,GetMigrationResponse>
MigrationWaiters. forMigration(GetMigrationRequest request, Migration.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMigrationRequest,GetMigrationResponse>
MigrationWaiters. forMigration(GetMigrationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Migration.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Migration.LifecycleState in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return Migration.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type Migration.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type Migration.LifecycleState Constructor 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. -
Uses of Migration.LifecycleState in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return Migration.LifecycleState Modifier and Type Method Description Migration.LifecycleState
ListMigrationsRequest. getLifecycleState()
A filter to return only resources where the resource’s lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.cloudmigrations.requests with parameters of type Migration.LifecycleState Modifier and Type Method 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.
-