Uses of Class
com.oracle.bmc.databasemigration.model.CreateMySqlGgsDeploymentDetails
-
Packages that use CreateMySqlGgsDeploymentDetails Package Description com.oracle.bmc.databasemigration.model -
-
Uses of CreateMySqlGgsDeploymentDetails in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return CreateMySqlGgsDeploymentDetails Modifier and Type Method Description CreateMySqlGgsDeploymentDetails
CreateMySqlGgsDeploymentDetails.Builder. build()
CreateMySqlGgsDeploymentDetails
CreateMySqlMigrationDetails. getGgsDetails()
Methods in com.oracle.bmc.databasemigration.model with parameters of type CreateMySqlGgsDeploymentDetails Modifier and Type Method Description CreateMySqlGgsDeploymentDetails.Builder
CreateMySqlGgsDeploymentDetails.Builder. copy(CreateMySqlGgsDeploymentDetails model)
CreateMySqlMigrationDetails.Builder
CreateMySqlMigrationDetails.Builder. ggsDetails(CreateMySqlGgsDeploymentDetails ggsDetails)
Constructors in com.oracle.bmc.databasemigration.model with parameters of type CreateMySqlGgsDeploymentDetails 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.
-