Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static OdmsPhaseActions |
OdmsPhaseActions.create(String key) |
OdmsPhaseActions |
MigrationPhaseSummary.getRecommendedAction()
Action recommended for this phase.
|
static OdmsPhaseActions |
OdmsPhaseActions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdmsPhaseActions[] |
OdmsPhaseActions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<OdmsPhaseActions> |
MigrationPhaseSummary.getSupportedActions()
Array of actions for the corresponding phase.
|
Modifier and Type | Method and Description |
---|---|
MigrationPhaseSummary.Builder |
MigrationPhaseSummary.Builder.recommendedAction(OdmsPhaseActions recommendedAction)
Action recommended for this phase.
|
Modifier and Type | Method and Description |
---|---|
MigrationPhaseSummary.Builder |
MigrationPhaseSummary.Builder.supportedActions(List<OdmsPhaseActions> supportedActions)
Array of actions for the corresponding phase.
|
Constructor and Description |
---|
MigrationPhaseSummary(OdmsJobPhases name,
OdmsPhaseActions recommendedAction,
List<OdmsPhaseActions> supportedActions)
Deprecated.
|
Constructor and Description |
---|
MigrationPhaseSummary(OdmsJobPhases name,
OdmsPhaseActions recommendedAction,
List<OdmsPhaseActions> supportedActions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.