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