Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static PatchSummary.LifecycleState |
PatchSummary.LifecycleState.create(String key) |
PatchSummary.LifecycleState |
PatchSummary.getLifecycleState()
The current state of the patch as a result of lastAction.
|
static PatchSummary.LifecycleState |
PatchSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchSummary.LifecycleState[] |
PatchSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchSummary.Builder |
PatchSummary.Builder.lifecycleState(PatchSummary.LifecycleState lifecycleState)
The current state of the patch as a result of lastAction.
|
Constructor and Description |
---|
PatchSummary(String id,
String description,
PatchSummary.LastAction lastAction,
List<PatchSummary.AvailableActions> availableActions,
String lifecycleDetails,
PatchSummary.LifecycleState lifecycleState,
Date timeReleased,
String version)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.