Uses of Class
com.oracle.bmc.database.model.OneoffPatchSummary.LifecycleState
-
Packages that use OneoffPatchSummary.LifecycleState Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of OneoffPatchSummary.LifecycleState in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return OneoffPatchSummary.LifecycleState Modifier and Type Method Description static OneoffPatchSummary.LifecycleState
OneoffPatchSummary.LifecycleState. create(String key)
OneoffPatchSummary.LifecycleState
OneoffPatchSummary. getLifecycleState()
The current state of the one-off patch.static OneoffPatchSummary.LifecycleState
OneoffPatchSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OneoffPatchSummary.LifecycleState[]
OneoffPatchSummary.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 OneoffPatchSummary.LifecycleState Modifier and Type Method Description OneoffPatchSummary.Builder
OneoffPatchSummary.Builder. lifecycleState(OneoffPatchSummary.LifecycleState lifecycleState)
The current state of the one-off patch.Constructors in com.oracle.bmc.database.model with parameters of type OneoffPatchSummary.LifecycleState Constructor Description OneoffPatchSummary(String id, String compartmentId, String displayName, String dbVersion, String releaseUpdate, List<String> oneOffPatches, Float sizeInKBs, OneoffPatchSummary.LifecycleState lifecycleState, String lifecycleDetails, String sha256Sum, Date timeUpdated, Date timeCreated, Date timeOfExpiration, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of OneoffPatchSummary.LifecycleState in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return OneoffPatchSummary.LifecycleState Modifier and Type Method Description OneoffPatchSummary.LifecycleState
ListOneoffPatchesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state exactlyMethods in com.oracle.bmc.database.requests with parameters of type OneoffPatchSummary.LifecycleState Modifier and Type Method Description ListOneoffPatchesRequest.Builder
ListOneoffPatchesRequest.Builder. lifecycleState(OneoffPatchSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly
-