@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public final class CreateMySqlMigrationDetails extends CreateMigrationDetails
Create Migration resource parameters.
Note: Objects should always be created or deserialized using the CreateMySqlMigrationDetails.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 the CreateMySqlMigrationDetails.Builder
, which maintain a
set of all explicitly set fields called CreateMySqlMigrationDetails.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
CreateMySqlMigrationDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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.
|
getCompartmentId, getDefinedTags, getDescription, getDisplayName, getFreeformTags, getSourceDatabaseConnectionId, getTargetDatabaseConnectionId, getType
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@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)
public static CreateMySqlMigrationDetails.Builder builder()
Create a new builder.
public CreateMySqlMigrationDetails.Builder toBuilder()
public CreateMySqlDataTransferMediumDetails getDataTransferMediumDetails()
public CreateMySqlInitialLoadSettings getInitialLoadSettings()
public CreateMySqlAdvisorSettings getAdvisorSettings()
public List<MySqlDatabaseObject> getExcludeObjects()
Database objects to exclude from migration, cannot be specified alongside ‘includeObjects’
public List<MySqlDatabaseObject> getIncludeObjects()
Database objects to include from migration, cannot be specified alongside ‘excludeObjects’
public 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.
public CreateGoldenGateHubDetails getHubDetails()
public CreateMySqlGgsDeploymentDetails getGgsDetails()
public String toString()
toString
in class CreateMigrationDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class CreateMigrationDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class CreateMigrationDetails
public int hashCode()
hashCode
in class CreateMigrationDetails
Copyright © 2016–2024. All rights reserved.