Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
MySqlDatabaseObject |
MySqlDatabaseObject.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<MySqlDatabaseObject> |
CreateMySqlMigrationDetails.getExcludeObjects()
Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’
|
List<MySqlDatabaseObject> |
CreateMySqlMigrationDetails.getIncludeObjects()
Database objects to include from migration, cannot be specified alongside ‘excludeObjects’
|
Modifier and Type | Method and Description |
---|---|
MySqlDatabaseObject.Builder |
MySqlDatabaseObject.Builder.copy(MySqlDatabaseObject model) |
Modifier and Type | Method and Description |
---|---|
CreateMySqlMigrationDetails.Builder |
CreateMySqlMigrationDetails.Builder.excludeObjects(List<MySqlDatabaseObject> excludeObjects)
Database objects to exclude from migration, cannot be specified alongside
‘includeObjects’
|
CreateMySqlMigrationDetails.Builder |
CreateMySqlMigrationDetails.Builder.includeObjects(List<MySqlDatabaseObject> includeObjects)
Database objects to include from migration, cannot be specified alongside
‘excludeObjects’
|
Constructor and Description |
---|
CreateMySqlMigrationDetails(String description,
String compartmentId,
MigrationTypes type,
String displayName,
String sourceDatabaseConnectionId,
String targetDatabaseConnectionId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
CreateMySqlDataTransferMediumDetails dataTransferMediumDetails,
CreateMySqlInitialLoadSettings initialLoadSettings,
CreateMySqlAdvisorSettings advisorSettings,
List<MySqlDatabaseObject> excludeObjects,
List<MySqlDatabaseObject> includeObjects,
String bulkIncludeExcludeData,
CreateGoldenGateHubDetails hubDetails,
CreateMySqlGgsDeploymentDetails ggsDetails)
Deprecated.
|
CreateMySqlMigrationDetails(String description,
String compartmentId,
MigrationTypes type,
String displayName,
String sourceDatabaseConnectionId,
String targetDatabaseConnectionId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
CreateMySqlDataTransferMediumDetails dataTransferMediumDetails,
CreateMySqlInitialLoadSettings initialLoadSettings,
CreateMySqlAdvisorSettings advisorSettings,
List<MySqlDatabaseObject> excludeObjects,
List<MySqlDatabaseObject> includeObjects,
String bulkIncludeExcludeData,
CreateGoldenGateHubDetails hubDetails,
CreateMySqlGgsDeploymentDetails ggsDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.