Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static OdmsJobPhases |
OdmsJobPhases.create(String key) |
OdmsJobPhases |
MigrationJobProgressSummary.getCurrentPhase()
Current phase of the job.
|
OdmsJobPhases |
MigrationJobProgressResource.getCurrentPhase()
Current phase of the job.
|
OdmsJobPhases |
PhaseStatus.getName()
Phase name
|
OdmsJobPhases |
MigrationPhaseSummary.getName()
ODMS Job phase name
|
OdmsJobPhases |
Migration.getWaitAfter()
Name of a migration 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.
|
Modifier and Type | Method and Description |
---|---|
MigrationJobProgressSummary.Builder |
MigrationJobProgressSummary.Builder.currentPhase(OdmsJobPhases currentPhase)
Current phase of the job.
|
MigrationJobProgressResource.Builder |
MigrationJobProgressResource.Builder.currentPhase(OdmsJobPhases currentPhase)
Current phase of the job.
|
PhaseStatus.Builder |
PhaseStatus.Builder.name(OdmsJobPhases name)
Phase name
|
MigrationPhaseSummary.Builder |
MigrationPhaseSummary.Builder.name(OdmsJobPhases name)
ODMS Job phase name
|
Migration.Builder |
Migration.Builder.waitAfter(OdmsJobPhases waitAfter)
Name of a migration phase.
|
ResumeJobDetails.Builder |
ResumeJobDetails.Builder.waitAfter(OdmsJobPhases waitAfter)
Name of a migration phase.
|
StartMigrationDetails.Builder |
StartMigrationDetails.Builder.waitAfter(OdmsJobPhases waitAfter)
Name of a migration phase.
|
Constructor and Description |
---|
Migration(String id,
String displayName,
String compartmentId,
MigrationTypes type,
OdmsJobPhases waitAfter,
String agentId,
String credentialsSecretId,
String sourceDatabaseConnectionId,
String sourceContainerDatabaseConnectionId,
String targetDatabaseConnectionId,
String executingJobId,
DataTransferMediumDetailsV2 dataTransferMediumDetailsV2,
DataTransferMediumDetails dataTransferMediumDetails,
DumpTransferDetails dumpTransferDetails,
DataPumpSettings datapumpSettings,
AdvisorSettings advisorSettings,
List<DatabaseObject> excludeObjects,
List<DatabaseObject> includeObjects,
GoldenGateServiceDetails goldenGateServiceDetails,
GoldenGateDetails goldenGateDetails,
VaultDetails vaultDetails,
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.
|
PhaseStatus(OdmsJobPhases name,
JobPhaseStatus status,
Integer durationInMs,
Boolean isAdvisorReportAvailable,
String issue,
String action,
List<PhaseExtractEntry> extract,
LogLocationBucketDetails logLocation,
Integer progress)
Deprecated.
|
ResumeJobDetails(OdmsJobPhases waitAfter)
Deprecated.
|
StartMigrationDetails(OdmsJobPhases waitAfter)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.