Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static JobPhaseStatus |
JobPhaseStatus.create(String key) |
JobPhaseStatus |
MigrationJobProgressSummary.getCurrentStatus()
Current status of the job.
|
JobPhaseStatus |
MigrationJobProgressResource.getCurrentStatus()
Current status of the job.
|
JobPhaseStatus |
PhaseStatus.getStatus()
Phase status
|
static JobPhaseStatus |
JobPhaseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobPhaseStatus[] |
JobPhaseStatus.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.currentStatus(JobPhaseStatus currentStatus)
Current status of the job.
|
MigrationJobProgressResource.Builder |
MigrationJobProgressResource.Builder.currentStatus(JobPhaseStatus currentStatus)
Current status of the job.
|
PhaseStatus.Builder |
PhaseStatus.Builder.status(JobPhaseStatus status)
Phase status
|
Constructor and Description |
---|
MigrationJobProgressResource(JobPhaseStatus currentStatus,
OdmsJobPhases currentPhase,
List<PhaseStatus> phases)
Deprecated.
|
MigrationJobProgressSummary(OdmsJobPhases currentPhase,
JobPhaseStatus currentStatus,
Integer jobProgress)
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.
|
Copyright © 2016–2024. All rights reserved.