Package | Description |
---|---|
com.oracle.bmc.bds.model | |
com.oracle.bmc.bds.requests |
Modifier and Type | Method and Description |
---|---|
static PatchHistorySummary.LifecycleState |
PatchHistorySummary.LifecycleState.create(String key) |
PatchHistorySummary.LifecycleState |
PatchHistorySummary.getLifecycleState()
The status of this patch.
|
static PatchHistorySummary.LifecycleState |
PatchHistorySummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchHistorySummary.LifecycleState[] |
PatchHistorySummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchHistorySummary.Builder |
PatchHistorySummary.Builder.lifecycleState(PatchHistorySummary.LifecycleState lifecycleState)
The status of this patch.
|
Constructor and Description |
---|
PatchHistorySummary(String version,
PatchHistorySummary.LifecycleState lifecycleState,
Date timeUpdated,
PatchHistorySummary.PatchType patchType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PatchHistorySummary.LifecycleState |
ListPatchHistoriesRequest.getLifecycleState()
The status of the patch.
|
Modifier and Type | Method and Description |
---|---|
ListPatchHistoriesRequest.Builder |
ListPatchHistoriesRequest.Builder.lifecycleState(PatchHistorySummary.LifecycleState lifecycleState)
The status of the patch.
|
Copyright © 2016–2024. All rights reserved.