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