Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateHistoryEntrySummary.LifecycleState |
UpdateHistoryEntrySummary.LifecycleState.create(String key) |
UpdateHistoryEntrySummary.LifecycleState |
UpdateHistoryEntrySummary.getLifecycleState()
The current lifecycle state of the maintenance update operation.
|
static UpdateHistoryEntrySummary.LifecycleState |
UpdateHistoryEntrySummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateHistoryEntrySummary.LifecycleState[] |
UpdateHistoryEntrySummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateHistoryEntrySummary.Builder |
UpdateHistoryEntrySummary.Builder.lifecycleState(UpdateHistoryEntrySummary.LifecycleState lifecycleState)
The current lifecycle state of the maintenance update operation.
|
Constructor and Description |
---|
UpdateHistoryEntrySummary(String id,
String updateId,
UpdateHistoryEntrySummary.UpdateAction updateAction,
UpdateHistoryEntrySummary.UpdateType updateType,
UpdateHistoryEntrySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeCompleted)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.