Uses of Class
com.oracle.bmc.databasemigration.model.MigrationScopeMySql
-
Packages that use MigrationScopeMySql Package Description com.oracle.bmc.databasemigration.model -
-
Uses of MigrationScopeMySql in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return MigrationScopeMySql Modifier and Type Method Description static MigrationScopeMySqlMigrationScopeMySql. create(String key)MigrationScopeMySqlCreateMySqlAssessmentDetails. getMigrationScope()Assessment migration scope.MigrationScopeMySqlMySqlAssessment. getMigrationScope()Assessment migration scope.MigrationScopeMySqlMySqlAssessmentSummary. getMigrationScope()Assessment migration scope.MigrationScopeMySqlUpdateMySqlAssessmentDetails. getMigrationScope()Assessment migration scope.static MigrationScopeMySqlMigrationScopeMySql. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationScopeMySql[]MigrationScopeMySql. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type MigrationScopeMySql Modifier and Type Method Description CreateMySqlAssessmentDetails.BuilderCreateMySqlAssessmentDetails.Builder. migrationScope(MigrationScopeMySql migrationScope)Assessment migration scope.MySqlAssessment.BuilderMySqlAssessment.Builder. migrationScope(MigrationScopeMySql migrationScope)Assessment migration scope.MySqlAssessmentSummary.BuilderMySqlAssessmentSummary.Builder. migrationScope(MigrationScopeMySql migrationScope)Assessment migration scope.UpdateMySqlAssessmentDetails.BuilderUpdateMySqlAssessmentDetails.Builder. migrationScope(MigrationScopeMySql migrationScope)Assessment migration scope.Constructors in com.oracle.bmc.databasemigration.model with parameters of type MigrationScopeMySql Constructor Description CreateMySqlAssessmentDetails(String description, String compartmentId, String displayName, NetworkSpeedMegabitPerSecond networkSpeedMegabitPerSecond, AcceptableDowntime acceptableDowntime, DatabaseDataSize databaseDataSize, DdlExpectation ddlExpectation, CreationType creationType, SourceAssessmentConnection sourceDatabaseConnection, TargetAssessmentConnection targetDatabaseConnection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, MigrationScopeMySql migrationScope, List<MySqlDatabaseObject> excludeObjects, List<MySqlDatabaseObject> includeObjects, String bulkIncludeExcludeData)Deprecated.MySqlAssessment(String id, String description, String displayName, String compartmentId, NetworkSpeedMegabitPerSecond networkSpeedMegabitPerSecond, AcceptableDowntime acceptableDowntime, DatabaseDataSize databaseDataSize, DdlExpectation ddlExpectation, CreationType creationType, String migrationId, SourceAssessmentConnection sourceDatabaseConnection, TargetAssessmentConnection targetDatabaseConnection, AssessmentLifecycleStates lifecycleState, AssessmentMigrationTypes assessmentMigrationType, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, MigrationScopeMySql migrationScope)Deprecated.MySqlAssessmentSummary(String id, String displayName, String migrationId, String compartmentId, Date timeCreated, Date timeUpdated, AssessmentLifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, MigrationScopeMySql migrationScope)Deprecated.UpdateMySqlAssessmentDetails(String description, String displayName, NetworkSpeedMegabitPerSecond networkSpeedMegabitPerSecond, AcceptableDowntime acceptableDowntime, DatabaseDataSize databaseDataSize, DdlExpectation ddlExpectation, CreationType creationType, SourceAssessmentConnection sourceDatabaseConnection, TargetAssessmentConnection targetDatabaseConnection, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, MigrationScopeMySql migrationScope)Deprecated.
-