Class CreateMySqlMigrationDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.databasemigration.model.CreateMigrationDetails
- 
- com.oracle.bmc.databasemigration.model.CreateMySqlMigrationDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public final class CreateMySqlMigrationDetails extends CreateMigrationDetailsCreate Migration resource parameters.
 Note: Objects should always be created or deserialized using theCreateMySqlMigrationDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theCreateMySqlMigrationDetails.Builder, which maintain a set of all explicitly set fields calledCreateMySqlMigrationDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateMySqlMigrationDetails.Builder
 - 
Constructor SummaryConstructors Constructor 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.
 - 
Method Summary- 
Methods inherited from class com.oracle.bmc.databasemigration.model.CreateMigrationDetailsgetCompartmentId, getDefinedTags, getDescription, getDisplayName, getFreeformTags, getSourceDatabaseConnectionId, getTargetDatabaseConnectionId, getType
 
- 
 
- 
- 
- 
Constructor Detail- 
CreateMySqlMigrationDetails@Deprecated public 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.
 
- 
 - 
Method Detail- 
builderpublic static CreateMySqlMigrationDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateMySqlMigrationDetails.Builder toBuilder() 
 - 
getDataTransferMediumDetailspublic CreateMySqlDataTransferMediumDetails getDataTransferMediumDetails() 
 - 
getInitialLoadSettingspublic CreateMySqlInitialLoadSettings getInitialLoadSettings() 
 - 
getAdvisorSettingspublic CreateMySqlAdvisorSettings getAdvisorSettings() 
 - 
getExcludeObjectspublic List<MySqlDatabaseObject> getExcludeObjects() Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’- Returns:
- the value
 
 - 
getIncludeObjectspublic List<MySqlDatabaseObject> getIncludeObjects() Database objects to include from migration, cannot be specified alongside ‘excludeObjects’- Returns:
- the value
 
 - 
getBulkIncludeExcludeDatapublic String getBulkIncludeExcludeData() Specifies the database objects to be excluded from the migration in bulk.The definition accepts input in a CSV format, newline separated for each entry. More details can be found in the documentation. - Returns:
- the value
 
 - 
getHubDetailspublic CreateGoldenGateHubDetails getHubDetails() 
 - 
getGgsDetailspublic CreateMySqlGgsDeploymentDetails getGgsDetails() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- CreateMigrationDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- CreateMigrationDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- CreateMigrationDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- CreateMigrationDetails
 
 
- 
 
-