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