Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseUpgradeHistoryEntry.Action |
DatabaseUpgradeHistoryEntry.Action.create(String key) |
DatabaseUpgradeHistoryEntry.Action |
DatabaseUpgradeHistoryEntry.getAction()
The database upgrade action.
|
static DatabaseUpgradeHistoryEntry.Action |
DatabaseUpgradeHistoryEntry.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseUpgradeHistoryEntry.Action[] |
DatabaseUpgradeHistoryEntry.Action.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.action(DatabaseUpgradeHistoryEntry.Action action)
The database upgrade action.
|
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.