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