Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static DatabaseUpgradeHistoryEntrySummary.Action |
DatabaseUpgradeHistoryEntrySummary.Action.create(String key) |
DatabaseUpgradeHistoryEntrySummary.Action |
DatabaseUpgradeHistoryEntrySummary.getAction()
The database upgrade action.
|
static DatabaseUpgradeHistoryEntrySummary.Action |
DatabaseUpgradeHistoryEntrySummary.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseUpgradeHistoryEntrySummary.Action[] |
DatabaseUpgradeHistoryEntrySummary.Action.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.action(DatabaseUpgradeHistoryEntrySummary.Action action)
The database upgrade action.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DatabaseUpgradeHistoryEntrySummary.Action |
ListDatabaseUpgradeHistoryEntriesRequest.getUpgradeAction()
A filter to return only upgradeHistoryEntries that match the specified Upgrade Action.
|
Modifier and Type | Method and Description |
---|---|
ListDatabaseUpgradeHistoryEntriesRequest.Builder |
ListDatabaseUpgradeHistoryEntriesRequest.Builder.upgradeAction(DatabaseUpgradeHistoryEntrySummary.Action upgradeAction)
A filter to return only upgradeHistoryEntries that match the specified Upgrade Action.
|
Copyright © 2016–2024. All rights reserved.