Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
static DbSystemUpgradeHistoryEntrySummary.LifecycleState |
DbSystemUpgradeHistoryEntrySummary.LifecycleState.create(String key) |
DbSystemUpgradeHistoryEntrySummary.LifecycleState |
DbSystemUpgradeHistoryEntrySummary.getLifecycleState()
The current state of the action.
|
static DbSystemUpgradeHistoryEntrySummary.LifecycleState |
DbSystemUpgradeHistoryEntrySummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystemUpgradeHistoryEntrySummary.LifecycleState[] |
DbSystemUpgradeHistoryEntrySummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbSystemUpgradeHistoryEntrySummary.Builder |
DbSystemUpgradeHistoryEntrySummary.Builder.lifecycleState(DbSystemUpgradeHistoryEntrySummary.LifecycleState lifecycleState)
The current state of the action.
|
Constructor and Description |
---|
DbSystemUpgradeHistoryEntrySummary(String id,
DbSystemUpgradeHistoryEntrySummary.Action action,
String newGiVersion,
String oldGiVersion,
String oldOsVersion,
String newOsVersion,
Integer snapshotRetentionPeriodInDays,
DbSystemUpgradeHistoryEntrySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeEnded)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DbSystemUpgradeHistoryEntrySummary.LifecycleState |
ListDbSystemUpgradeHistoryEntriesRequest.getLifecycleState()
A filter to return only upgrade history entries that match the given lifecycle state exactly.
|
Modifier and Type | Method and Description |
---|---|
ListDbSystemUpgradeHistoryEntriesRequest.Builder |
ListDbSystemUpgradeHistoryEntriesRequest.Builder.lifecycleState(DbSystemUpgradeHistoryEntrySummary.LifecycleState lifecycleState)
A filter to return only upgrade history entries that match the given lifecycle state
exactly.
|
Copyright © 2016–2024. All rights reserved.