Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
OneoffPatchSummary.Builder |
OneoffPatchSummary.Builder.lifecycleState(OneoffPatchSummary.LifecycleState lifecycleState)
The current state of the one-off patch.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
OneoffPatchSummary.LifecycleState |
ListOneoffPatchesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state exactly
|
Modifier and Type | Method and Description |
---|---|
ListOneoffPatchesRequest.Builder |
ListOneoffPatchesRequest.Builder.lifecycleState(OneoffPatchSummary.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state exactly
|
Copyright © 2016–2024. All rights reserved.