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