Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static AdvisorResults |
AdvisorResults.create(String key) |
AdvisorResults |
AdvisorReport.getResult()
Premigration Advisor result.
|
static AdvisorResults |
AdvisorResults.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdvisorResults[] |
AdvisorResults.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AdvisorReport.Builder |
AdvisorReport.Builder.result(AdvisorResults result)
Premigration Advisor result.
|
Constructor and Description |
---|
AdvisorReport(AdvisorReportLocationDetails reportLocationDetails,
AdvisorResults result,
Integer numberOfFatal,
Integer numberOfFatalBlockers,
Integer numberOfWarnings,
Integer numberOfInformationalResults)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.