Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseUpgradeHistoryEntry.Source |
DatabaseUpgradeHistoryEntry.Source.create(String key) |
DatabaseUpgradeHistoryEntry.Source |
DatabaseUpgradeHistoryEntry.getSource()
The source of the Oracle Database software to be used for the upgrade.
|
static DatabaseUpgradeHistoryEntry.Source |
DatabaseUpgradeHistoryEntry.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseUpgradeHistoryEntry.Source[] |
DatabaseUpgradeHistoryEntry.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseUpgradeHistoryEntry.Builder |
DatabaseUpgradeHistoryEntry.Builder.source(DatabaseUpgradeHistoryEntry.Source source)
The source of the Oracle Database software to be used for the upgrade.
|
Constructor and Description |
---|
DatabaseUpgradeHistoryEntry(String id,
DatabaseUpgradeHistoryEntry.Action action,
DatabaseUpgradeHistoryEntry.Source source,
DatabaseUpgradeHistoryEntry.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.