Package | Description |
---|---|
com.oracle.bmc.databasemigration.model | |
com.oracle.bmc.databasemigration.requests |
Modifier and Type | Method and Description |
---|---|
static MigrationStatus |
MigrationStatus.create(String key) |
MigrationStatus |
Migration.getLifecycleDetails()
Additional status related to the execution and current state of the Migration.
|
MigrationStatus |
MigrationSummary.getLifecycleDetails()
Additional status related to the execution and current state of the Migration.
|
static MigrationStatus |
MigrationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationStatus[] |
MigrationStatus.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.lifecycleDetails(MigrationStatus lifecycleDetails)
Additional status related to the execution and current state of the Migration.
|
MigrationSummary.Builder |
MigrationSummary.Builder.lifecycleDetails(MigrationStatus lifecycleDetails)
Additional status related to the execution and current state of the Migration.
|
Constructor and Description |
---|
Migration(String id,
String displayName,
String compartmentId,
MigrationTypes type,
OdmsJobPhases waitAfter,
String agentId,
String credentialsSecretId,
String sourceDatabaseConnectionId,
String sourceContainerDatabaseConnectionId,
String targetDatabaseConnectionId,
String executingJobId,
DataTransferMediumDetails dataTransferMediumDetails,
DumpTransferDetails dumpTransferDetails,
DataPumpSettings datapumpSettings,
AdvisorSettings advisorSettings,
List<DatabaseObject> excludeObjects,
List<DatabaseObject> includeObjects,
GoldenGateServiceDetails goldenGateServiceDetails,
GoldenGateDetails goldenGateDetails,
VaultDetails vaultDetails,
Date timeCreated,
Date timeUpdated,
Date timeLastMigration,
MigrationLifecycleStates lifecycleState,
MigrationStatus lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
MigrationSummary(String id,
String displayName,
String compartmentId,
MigrationTypes type,
String sourceDatabaseConnectionId,
String sourceContainerDatabaseConnectionId,
String targetDatabaseConnectionId,
String executingJobId,
String agentId,
VaultDetails vaultDetails,
Date timeCreated,
Date timeUpdated,
Date timeLastMigration,
MigrationLifecycleStates lifecycleState,
MigrationStatus lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MigrationStatus |
ListMigrationsRequest.getLifecycleDetails()
The lifecycle detailed status of the Migration.
|
Modifier and Type | Method and Description |
---|---|
ListMigrationsRequest.Builder |
ListMigrationsRequest.Builder.lifecycleDetails(MigrationStatus lifecycleDetails)
The lifecycle detailed status of the Migration.
|
Copyright © 2016–2023. All rights reserved.