Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Patch.Builder |
Patch.Builder.availableActions(List<Patch.AvailableActions> availableActions)
Actions that can possibly be performed using this patch.
|
static Patch.Builder |
Patch.builder()
Create a new builder.
|
Patch.Builder |
Patch.Builder.copy(Patch model) |
Patch.Builder |
Patch.Builder.description(String description)
The text describing this patch package.
|
Patch.Builder |
Patch.Builder.id(String id)
The OCID of the
patch.
|
Patch.Builder |
Patch.Builder.lastAction(Patch.LastAction lastAction)
Action that is currently being performed or was completed last.
|
Patch.Builder |
Patch.Builder.lifecycleDetails(String lifecycleDetails)
A descriptive text associated with the lifecycleState.
|
Patch.Builder |
Patch.Builder.lifecycleState(Patch.LifecycleState lifecycleState)
The current state of the patch as a result of lastAction.
|
Patch.Builder |
Patch.Builder.timeReleased(Date timeReleased)
The date and time that the patch was released.
|
Patch.Builder |
Patch.toBuilder() |
Patch.Builder |
Patch.Builder.version(String version)
The version of this patch package.
|
Copyright © 2016–2024. All rights reserved.