Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static OneoffPatch.Builder |
OneoffPatch.builder()
Create a new builder.
|
OneoffPatch.Builder |
OneoffPatch.Builder.compartmentId(String compartmentId)
The OCID of the
compartment.
|
OneoffPatch.Builder |
OneoffPatch.Builder.copy(OneoffPatch model) |
OneoffPatch.Builder |
OneoffPatch.Builder.dbVersion(String dbVersion)
A valid Oracle Database version.
|
OneoffPatch.Builder |
OneoffPatch.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OneoffPatch.Builder |
OneoffPatch.Builder.displayName(String displayName)
One-off patch name.
|
OneoffPatch.Builder |
OneoffPatch.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
OneoffPatch.Builder |
OneoffPatch.Builder.id(String id)
The OCID of the
one-off patch.
|
OneoffPatch.Builder |
OneoffPatch.Builder.lifecycleDetails(String lifecycleDetails)
Detailed message for the lifecycle state.
|
OneoffPatch.Builder |
OneoffPatch.Builder.lifecycleState(OneoffPatch.LifecycleState lifecycleState)
The current state of the one-off patch.
|
OneoffPatch.Builder |
OneoffPatch.Builder.oneOffPatches(List<String> oneOffPatches)
List of one-off patches for Database Homes.
|
OneoffPatch.Builder |
OneoffPatch.Builder.releaseUpdate(String releaseUpdate)
The PSU or PBP or Release Updates.
|
OneoffPatch.Builder |
OneoffPatch.Builder.sha256Sum(String sha256Sum)
SHA-256 checksum of the one-off patch.
|
OneoffPatch.Builder |
OneoffPatch.Builder.sizeInKBs(Float sizeInKBs)
The size of one-off patch in kilobytes.
|
OneoffPatch.Builder |
OneoffPatch.Builder.timeCreated(Date timeCreated)
The date and time one-off patch was created.
|
OneoffPatch.Builder |
OneoffPatch.Builder.timeOfExpiration(Date timeOfExpiration)
The date and time until which the one-off patch will be available for download.
|
OneoffPatch.Builder |
OneoffPatch.Builder.timeUpdated(Date timeUpdated)
The date and time one-off patch was updated.
|
OneoffPatch.Builder |
OneoffPatch.toBuilder() |
Copyright © 2016–2024. All rights reserved.