Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static Patch.LastAction |
Patch.LastAction.create(String key) |
Patch.LastAction |
Patch.getLastAction()
Action that is currently being performed or was completed last.
|
static Patch.LastAction |
Patch.LastAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Patch.LastAction[] |
Patch.LastAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Patch.Builder |
Patch.Builder.lastAction(Patch.LastAction lastAction)
Action that is currently being performed or was completed last.
|
Constructor and Description |
---|
Patch(String id,
String description,
Patch.LastAction lastAction,
List<Patch.AvailableActions> availableActions,
String lifecycleDetails,
Patch.LifecycleState lifecycleState,
Date timeReleased,
String version)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.