Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static PatchHistoryEntrySummary.Action |
PatchHistoryEntrySummary.Action.create(String key) |
PatchHistoryEntrySummary.Action |
PatchHistoryEntrySummary.getAction()
The action being performed or was completed.
|
static PatchHistoryEntrySummary.Action |
PatchHistoryEntrySummary.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchHistoryEntrySummary.Action[] |
PatchHistoryEntrySummary.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchHistoryEntrySummary.Builder |
PatchHistoryEntrySummary.Builder.action(PatchHistoryEntrySummary.Action action)
The action being performed or was completed.
|
Constructor and Description |
---|
PatchHistoryEntrySummary(String id,
String patchId,
PatchHistoryEntrySummary.Action action,
PatchHistoryEntrySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeEnded,
PatchHistoryEntrySummary.PatchType patchType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.