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