Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateDetails.UpdateAction |
UpdateDetails.UpdateAction.create(String key) |
UpdateDetails.UpdateAction |
UpdateDetails.getUpdateAction()
The update action.
|
static UpdateDetails.UpdateAction |
UpdateDetails.UpdateAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateDetails.UpdateAction[] |
UpdateDetails.UpdateAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateDetails.Builder |
UpdateDetails.Builder.updateAction(UpdateDetails.UpdateAction updateAction)
The update action.
|
Constructor and Description |
---|
UpdateDetails(String updateId,
UpdateDetails.UpdateAction updateAction,
String giSoftwareImageId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.