Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.action(PatchHistoryEntry.Action action)
The action being performed or was completed.
|
static PatchHistoryEntry.Builder |
PatchHistoryEntry.builder()
Create a new builder.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.copy(PatchHistoryEntry model) |
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.id(String id)
The OCID of the
patch history entry.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.lifecycleDetails(String lifecycleDetails)
A descriptive text associated with the lifecycleState.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.lifecycleState(PatchHistoryEntry.LifecycleState lifecycleState)
The current state of the action.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.patchId(String patchId)
The OCID of the
patch.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.patchType(PatchHistoryEntry.PatchType patchType)
The type of Patch operation.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.timeEnded(Date timeEnded)
The date and time when the patch action completed
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.timeStarted(Date timeStarted)
The date and time when the patch action started.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.toBuilder() |
Copyright © 2016–2024. All rights reserved.