Uses of Class
com.oracle.bmc.databasemigration.model.MySqlGgsDeploymentDetails
-
Packages that use MySqlGgsDeploymentDetails Package Description com.oracle.bmc.databasemigration.model -
-
Uses of MySqlGgsDeploymentDetails in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return MySqlGgsDeploymentDetails Modifier and Type Method Description MySqlGgsDeploymentDetails
MySqlGgsDeploymentDetails.Builder. build()
MySqlGgsDeploymentDetails
MySqlMigration. getGgsDetails()
Methods in com.oracle.bmc.databasemigration.model with parameters of type MySqlGgsDeploymentDetails Modifier and Type Method Description MySqlGgsDeploymentDetails.Builder
MySqlGgsDeploymentDetails.Builder. copy(MySqlGgsDeploymentDetails model)
MySqlMigration.Builder
MySqlMigration.Builder. ggsDetails(MySqlGgsDeploymentDetails ggsDetails)
Constructors in com.oracle.bmc.databasemigration.model with parameters of type MySqlGgsDeploymentDetails Constructor Description MySqlMigration(String id, String description, String displayName, String compartmentId, MigrationTypes type, OdmsJobPhases waitAfter, String sourceDatabaseConnectionId, String targetDatabaseConnectionId, String executingJobId, Date timeCreated, Date timeUpdated, Date timeLastMigration, MigrationLifecycleStates lifecycleState, MigrationStatus lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, MySqlDataTransferMediumDetails dataTransferMediumDetails, MySqlInitialLoadSettings initialLoadSettings, MySqlAdvisorSettings advisorSettings, GoldenGateHubDetails hubDetails, MySqlGgsDeploymentDetails ggsDetails)
Deprecated.
-