Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static PatchSummary.AvailableActions |
PatchSummary.AvailableActions.create(String key) |
static PatchSummary.AvailableActions |
PatchSummary.AvailableActions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchSummary.AvailableActions[] |
PatchSummary.AvailableActions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<PatchSummary.AvailableActions> |
PatchSummary.getAvailableActions()
Actions that can possibly be performed using this patch.
|
Modifier and Type | Method and Description |
---|---|
PatchSummary.Builder |
PatchSummary.Builder.availableActions(List<PatchSummary.AvailableActions> availableActions)
Actions that can possibly be performed using this patch.
|
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.