Package | Description |
---|---|
com.oracle.bmc.databasemigration | |
com.oracle.bmc.databasemigration.model | |
com.oracle.bmc.databasemigration.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetJobRequest,GetJobResponse> |
DatabaseMigrationWaiters.forJob(GetJobRequest request,
JobLifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetJobRequest,GetJobResponse> |
DatabaseMigrationWaiters.forJob(GetJobRequest request,
JobLifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetJobRequest,GetJobResponse> |
DatabaseMigrationWaiters.forJob(GetJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
JobLifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static JobLifecycleStates |
JobLifecycleStates.create(String key) |
JobLifecycleStates |
JobSummary.getLifecycleState()
The current state of the migration Deployment.
|
JobLifecycleStates |
Job.getLifecycleState()
The current state of the migration job.
|
static JobLifecycleStates |
JobLifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobLifecycleStates[] |
JobLifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
JobSummary.Builder.lifecycleState(JobLifecycleStates lifecycleState)
The current state of the migration Deployment.
|
Job.Builder |
Job.Builder.lifecycleState(JobLifecycleStates lifecycleState)
The current state of the migration job.
|
Constructor and Description |
---|
Job(String id,
String displayName,
String migrationId,
JobTypes type,
Date timeCreated,
Date timeUpdated,
MigrationJobProgressResource progress,
List<UnsupportedDatabaseObject> unsupportedObjects,
JobLifecycleStates lifecycleState,
String lifecycleDetails,
List<ParameterFileVersionSummary> parameterFileVersions,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
JobSummary(String id,
String displayName,
String migrationId,
JobTypes type,
MigrationJobProgressSummary progress,
Date timeCreated,
Date timeUpdated,
JobLifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JobLifecycleStates |
ListJobsRequest.getLifecycleState()
The lifecycle state of the Migration Job.
|
Modifier and Type | Method and Description |
---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.lifecycleState(JobLifecycleStates lifecycleState)
The lifecycle state of the Migration Job.
|
Copyright © 2016–2024. All rights reserved.