Uses of Class
com.oracle.bmc.databasemigration.model.OdmsJobPhases
-
Packages that use OdmsJobPhases Package Description com.oracle.bmc.databasemigration.model -
-
Uses of OdmsJobPhases in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return OdmsJobPhases Modifier and Type Method Description static OdmsJobPhases
OdmsJobPhases. create(String key)
OdmsJobPhases
MigrationJobProgressResource. getCurrentPhase()
Current phase of the job.OdmsJobPhases
MigrationJobProgressSummary. getCurrentPhase()
Current phase of the job.OdmsJobPhases
MigrationPhaseSummary. getName()
ODMS Job phase nameOdmsJobPhases
PhaseStatus. getName()
Phase nameOdmsJobPhases
Migration. getWaitAfter()
You can optionally pause a migration after a job phase.OdmsJobPhases
ResumeJobDetails. getWaitAfter()
Name of a migration phase.OdmsJobPhases
StartMigrationDetails. getWaitAfter()
Name of a migration phase.static OdmsJobPhases
OdmsJobPhases. valueOf(String name)
Returns the enum constant of this type with the specified name.static OdmsJobPhases[]
OdmsJobPhases. 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 OdmsJobPhases Modifier and Type Method Description MigrationJobProgressResource.Builder
MigrationJobProgressResource.Builder. currentPhase(OdmsJobPhases currentPhase)
Current phase of the job.MigrationJobProgressSummary.Builder
MigrationJobProgressSummary.Builder. currentPhase(OdmsJobPhases currentPhase)
Current phase of the job.MigrationPhaseSummary.Builder
MigrationPhaseSummary.Builder. name(OdmsJobPhases name)
ODMS Job phase namePhaseStatus.Builder
PhaseStatus.Builder. name(OdmsJobPhases name)
Phase nameMySqlMigration.Builder
MySqlMigration.Builder. waitAfter(OdmsJobPhases waitAfter)
OracleMigration.Builder
OracleMigration.Builder. waitAfter(OdmsJobPhases waitAfter)
ResumeJobDetails.Builder
ResumeJobDetails.Builder. waitAfter(OdmsJobPhases waitAfter)
Name of a migration phase.StartMigrationDetails.Builder
StartMigrationDetails.Builder. waitAfter(OdmsJobPhases waitAfter)
Name of a migration phase.Constructors in com.oracle.bmc.databasemigration.model with parameters of type OdmsJobPhases Constructor Description Migration(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)
Deprecated.MigrationJobProgressResource(JobPhaseStatus currentStatus, OdmsJobPhases currentPhase, List<PhaseStatus> phases)
Deprecated.MigrationJobProgressSummary(OdmsJobPhases currentPhase, JobPhaseStatus currentStatus, Integer jobProgress)
Deprecated.MigrationPhaseSummary(OdmsJobPhases name, OdmsPhaseActions recommendedAction, List<OdmsPhaseActions> supportedActions)
Deprecated.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.OracleMigration(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, OracleDataTransferMediumDetails dataTransferMediumDetails, OracleInitialLoadSettings initialLoadSettings, OracleAdvisorSettings advisorSettings, GoldenGateHubDetails hubDetails, OracleGgsDeploymentDetails ggsDetails, String sourceContainerDatabaseConnectionId, List<MigrationParameterDetails> advancedParameters)
Deprecated.PhaseStatus(OdmsJobPhases name, JobPhaseStatus status, Integer durationInMs, Boolean isAdvisorReportAvailable, String issue, String action, List<PhaseExtractEntry> extract, LogLocationBucketDetails logLocation, Integer progress, Boolean isSuspendAvailable, List<JobParameterFileVersionKind> editableParameterFiles)
Deprecated.ResumeJobDetails(OdmsJobPhases waitAfter)
Deprecated.StartMigrationDetails(OdmsJobPhases waitAfter)
Deprecated.
-