Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static Patch.LifecycleState |
Patch.LifecycleState.create(String key) |
Patch.LifecycleState |
Patch.getLifecycleState()
The current state of the patch as a result of lastAction.
|
static Patch.LifecycleState |
Patch.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Patch.LifecycleState[] |
Patch.LifecycleState.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.lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the patch as a result of lastAction.
|
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.