Uses of Class
com.oracle.bmc.database.model.OneoffPatch.LifecycleState
-
Packages that use OneoffPatch.LifecycleState Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of OneoffPatch.LifecycleState in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type OneoffPatch.LifecycleState Modifier and Type Method Description Waiter<GetOneoffPatchRequest,GetOneoffPatchResponse>
DatabaseWaiters. forOneoffPatch(GetOneoffPatchRequest request, OneoffPatch.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOneoffPatchRequest,GetOneoffPatchResponse>
DatabaseWaiters. forOneoffPatch(GetOneoffPatchRequest request, OneoffPatch.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOneoffPatchRequest,GetOneoffPatchResponse>
DatabaseWaiters. forOneoffPatch(GetOneoffPatchRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, OneoffPatch.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of OneoffPatch.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return OneoffPatch.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type OneoffPatch.LifecycleState Modifier and Type Method Description OneoffPatch.Builder
OneoffPatch.Builder. lifecycleState(OneoffPatch.LifecycleState lifecycleState)
The current state of the one-off patch.Constructors in com.oracle.bmc.database.model with parameters of type OneoffPatch.LifecycleState Constructor 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.
-