Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVmClusterUpdateRequest,GetVmClusterUpdateResponse> |
DatabaseWaiters.forVmClusterUpdate(GetVmClusterUpdateRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
VmClusterUpdate.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVmClusterUpdateRequest,GetVmClusterUpdateResponse> |
DatabaseWaiters.forVmClusterUpdate(GetVmClusterUpdateRequest request,
VmClusterUpdate.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVmClusterUpdateRequest,GetVmClusterUpdateResponse> |
DatabaseWaiters.forVmClusterUpdate(GetVmClusterUpdateRequest request,
VmClusterUpdate.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static VmClusterUpdate.LifecycleState |
VmClusterUpdate.LifecycleState.create(String key) |
VmClusterUpdate.LifecycleState |
VmClusterUpdate.getLifecycleState()
The current state of the maintenance update.
|
static VmClusterUpdate.LifecycleState |
VmClusterUpdate.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmClusterUpdate.LifecycleState[] |
VmClusterUpdate.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VmClusterUpdate.Builder |
VmClusterUpdate.Builder.lifecycleState(VmClusterUpdate.LifecycleState lifecycleState)
The current state of the maintenance update.
|
Constructor and Description |
---|
VmClusterUpdate(String id,
String description,
VmClusterUpdate.LastAction lastAction,
List<VmClusterUpdate.AvailableActions> availableActions,
VmClusterUpdate.UpdateType updateType,
String lifecycleDetails,
VmClusterUpdate.LifecycleState lifecycleState,
Date timeReleased,
String version)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.