Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousPatchSummary.PatchModel |
AutonomousPatchSummary.PatchModel.create(String key) |
AutonomousPatchSummary.PatchModel |
AutonomousPatchSummary.getPatchModel()
Database patching model preference.
|
static AutonomousPatchSummary.PatchModel |
AutonomousPatchSummary.PatchModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousPatchSummary.PatchModel[] |
AutonomousPatchSummary.PatchModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousPatchSummary.Builder |
AutonomousPatchSummary.Builder.patchModel(AutonomousPatchSummary.PatchModel patchModel)
Database patching model preference.
|
Constructor and Description |
---|
AutonomousPatchSummary(String id,
String description,
String type,
String lifecycleDetails,
AutonomousPatchSummary.LifecycleState lifecycleState,
Date timeReleased,
String version,
AutonomousPatchSummary.PatchModel patchModel,
String quarter,
String year,
AutonomousPatchSummary.AutonomousPatchType autonomousPatchType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.