Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Class and Description |
---|---|
class |
CreateMySqlObjectStorageDataTransferMediumDetails
OCI Object Storage bucket will be used to store dump files for the migration.
|
Modifier and Type | Method and Description |
---|---|
CreateMySqlDataTransferMediumDetails |
CreateMySqlMigrationDetails.getDataTransferMediumDetails() |
Modifier and Type | Method and Description |
---|---|
CreateMySqlMigrationDetails.Builder |
CreateMySqlMigrationDetails.Builder.dataTransferMediumDetails(CreateMySqlDataTransferMediumDetails dataTransferMediumDetails) |
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.
|
Copyright © 2016–2024. All rights reserved.