Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetOneoffPatchRequest,GetOneoffPatchResponse> |
DatabaseWaiters.forOneoffPatch(GetOneoffPatchRequest request,
OneoffPatch.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetOneoffPatchRequest,GetOneoffPatchResponse> |
DatabaseWaiters.forOneoffPatch(GetOneoffPatchRequest request,
OneoffPatch.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetOneoffPatchRequest,GetOneoffPatchResponse> |
DatabaseWaiters.forOneoffPatch(GetOneoffPatchRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
OneoffPatch.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static OneoffPatch.LifecycleState |
OneoffPatch.LifecycleState.create(String key) |
OneoffPatch.LifecycleState |
OneoffPatch.getLifecycleState()
The current state of the one-off patch.
|
static OneoffPatch.LifecycleState |
OneoffPatch.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OneoffPatch.LifecycleState[] |
OneoffPatch.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OneoffPatch.Builder |
OneoffPatch.Builder.lifecycleState(OneoffPatch.LifecycleState lifecycleState)
The current state of the one-off patch.
|
Constructor and Description |
---|
OneoffPatch(String id,
String compartmentId,
String displayName,
String dbVersion,
String releaseUpdate,
List<String> oneOffPatches,
Float sizeInKBs,
OneoffPatch.LifecycleState lifecycleState,
String lifecycleDetails,
String sha256Sum,
Date timeUpdated,
Date timeCreated,
Date timeOfExpiration,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.