Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseUpgradeHistoryEntry.LifecycleState |
DatabaseUpgradeHistoryEntry.LifecycleState.create(String key) |
DatabaseUpgradeHistoryEntry.LifecycleState |
DatabaseUpgradeHistoryEntry.getLifecycleState()
Status of database upgrade history SUCCEEDED|IN_PROGRESS|FAILED.
|
static DatabaseUpgradeHistoryEntry.LifecycleState |
DatabaseUpgradeHistoryEntry.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseUpgradeHistoryEntry.LifecycleState[] |
DatabaseUpgradeHistoryEntry.LifecycleState.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.lifecycleState(DatabaseUpgradeHistoryEntry.LifecycleState lifecycleState)
Status of database upgrade history SUCCEEDED|IN_PROGRESS|FAILED.
|
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.