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