Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static DatabaseUpgradeHistoryEntrySummary.LifecycleState |
DatabaseUpgradeHistoryEntrySummary.LifecycleState.create(String key) |
DatabaseUpgradeHistoryEntrySummary.LifecycleState |
DatabaseUpgradeHistoryEntrySummary.getLifecycleState()
Status of database upgrade history SUCCEEDED|IN_PROGRESS|FAILED.
|
static DatabaseUpgradeHistoryEntrySummary.LifecycleState |
DatabaseUpgradeHistoryEntrySummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseUpgradeHistoryEntrySummary.LifecycleState[] |
DatabaseUpgradeHistoryEntrySummary.LifecycleState.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.lifecycleState(DatabaseUpgradeHistoryEntrySummary.LifecycleState lifecycleState)
Status of database upgrade history SUCCEEDED|IN_PROGRESS|FAILED.
|
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.LifecycleState |
ListDatabaseUpgradeHistoryEntriesRequest.getLifecycleState()
A filter to return only upgradeHistoryEntries that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListDatabaseUpgradeHistoryEntriesRequest.Builder |
ListDatabaseUpgradeHistoryEntriesRequest.Builder.lifecycleState(DatabaseUpgradeHistoryEntrySummary.LifecycleState lifecycleState)
A filter to return only upgradeHistoryEntries that match the given lifecycle state
exactly.
|
Copyright © 2016–2024. All rights reserved.