Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static VmClusterUpdateHistoryEntrySummary.UpdateAction |
VmClusterUpdateHistoryEntrySummary.UpdateAction.create(String key) |
VmClusterUpdateHistoryEntrySummary.UpdateAction |
VmClusterUpdateHistoryEntrySummary.getUpdateAction()
The update action performed using this maintenance update.
|
static VmClusterUpdateHistoryEntrySummary.UpdateAction |
VmClusterUpdateHistoryEntrySummary.UpdateAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmClusterUpdateHistoryEntrySummary.UpdateAction[] |
VmClusterUpdateHistoryEntrySummary.UpdateAction.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.updateAction(VmClusterUpdateHistoryEntrySummary.UpdateAction updateAction)
The update action performed using this maintenance update.
|
Constructor and Description |
---|
VmClusterUpdateHistoryEntrySummary(String id,
String updateId,
VmClusterUpdateHistoryEntrySummary.UpdateAction updateAction,
VmClusterUpdateHistoryEntrySummary.UpdateType updateType,
VmClusterUpdateHistoryEntrySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeCompleted)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.