Uses of Class
com.oracle.bmc.databasemigration.model.AcceptableDowntime
-
Packages that use AcceptableDowntime Package Description com.oracle.bmc.databasemigration.model -
-
Uses of AcceptableDowntime in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return AcceptableDowntime Modifier and Type Method Description static AcceptableDowntimeAcceptableDowntime. create(String key)AcceptableDowntimeAssessment. getAcceptableDowntime()Time allowed for the application downtime.AcceptableDowntimeCreateAssessmentDetails. getAcceptableDowntime()Time allowed for the application downtime.AcceptableDowntimeUpdateAssessmentDetails. getAcceptableDowntime()Time allowed for the application downtime.static AcceptableDowntimeAcceptableDowntime. valueOf(String name)Returns the enum constant of this type with the specified name.static AcceptableDowntime[]AcceptableDowntime. 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 AcceptableDowntime Modifier and Type Method Description CreateMySqlAssessmentDetails.BuilderCreateMySqlAssessmentDetails.Builder. acceptableDowntime(AcceptableDowntime acceptableDowntime)CreateOracleAssessmentDetails.BuilderCreateOracleAssessmentDetails.Builder. acceptableDowntime(AcceptableDowntime acceptableDowntime)MySqlAssessment.BuilderMySqlAssessment.Builder. acceptableDowntime(AcceptableDowntime acceptableDowntime)OracleAssessment.BuilderOracleAssessment.Builder. acceptableDowntime(AcceptableDowntime acceptableDowntime)UpdateMySqlAssessmentDetails.BuilderUpdateMySqlAssessmentDetails.Builder. acceptableDowntime(AcceptableDowntime acceptableDowntime)UpdateOracleAssessmentDetails.BuilderUpdateOracleAssessmentDetails.Builder. acceptableDowntime(AcceptableDowntime acceptableDowntime)Constructors in com.oracle.bmc.databasemigration.model with parameters of type AcceptableDowntime Constructor Description Assessment(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)Deprecated.CreateAssessmentDetails(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)Deprecated.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, List<MySqlDatabaseObject> excludeObjects, List<MySqlDatabaseObject> includeObjects, String bulkIncludeExcludeData)Deprecated.CreateOracleAssessmentDetails(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, List<OracleDatabaseObject> excludeObjects, List<OracleDatabaseObject> 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)Deprecated.OracleAssessment(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, Boolean isCdbSupported)Deprecated.UpdateAssessmentDetails(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)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)Deprecated.UpdateOracleAssessmentDetails(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)Deprecated.
-