Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseUpgradeHistoryEntrySummary.Source |
DatabaseUpgradeHistoryEntrySummary.Source.create(String key) |
DatabaseUpgradeHistoryEntrySummary.Source |
DatabaseUpgradeHistoryEntrySummary.getSource()
The source of the Oracle Database software to be used for the upgrade.
|
static DatabaseUpgradeHistoryEntrySummary.Source |
DatabaseUpgradeHistoryEntrySummary.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseUpgradeHistoryEntrySummary.Source[] |
DatabaseUpgradeHistoryEntrySummary.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseUpgradeHistoryEntrySummary.Builder |
DatabaseUpgradeHistoryEntrySummary.Builder.source(DatabaseUpgradeHistoryEntrySummary.Source source)
The source of the Oracle Database software to be used for the upgrade.
|
Constructor and Description |
---|
DatabaseUpgradeHistoryEntrySummary(String id,
DatabaseUpgradeHistoryEntrySummary.Action action,
DatabaseUpgradeHistoryEntrySummary.Source source,
DatabaseUpgradeHistoryEntrySummary.LifecycleState lifecycleState,
String lifecycleDetails,
String targetDBVersion,
String targetDatabaseSoftwareImageId,
String targetDbHomeId,
String sourceDbHomeId,
Date timeStarted,
Date timeEnded,
String options)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.