Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static PatchDetails.Action |
PatchDetails.Action.create(String key) |
PatchDetails.Action |
PatchDetails.getAction()
The action to perform on the patch.
|
static PatchDetails.Action |
PatchDetails.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchDetails.Action[] |
PatchDetails.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchDetails.Builder |
PatchDetails.Builder.action(PatchDetails.Action action)
The action to perform on the patch.
|
Constructor and Description |
---|
PatchDetails(String patchId,
String databaseSoftwareImageId,
PatchDetails.Action action)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.