Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousContainerDatabase.PatchModel |
AutonomousContainerDatabase.PatchModel.create(String key) |
AutonomousContainerDatabase.PatchModel |
AutonomousContainerDatabase.getPatchModel()
Database Patch model preference.
|
static AutonomousContainerDatabase.PatchModel |
AutonomousContainerDatabase.PatchModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousContainerDatabase.PatchModel[] |
AutonomousContainerDatabase.PatchModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousContainerDatabase.Builder |
AutonomousContainerDatabase.Builder.patchModel(AutonomousContainerDatabase.PatchModel patchModel) |
Constructor and Description |
---|
AutonomousContainerDatabase(String id,
String compartmentId,
String displayName,
AutonomousContainerDatabase.ServiceLevelAgreementType serviceLevelAgreementType,
String autonomousExadataInfrastructureId,
AutonomousContainerDatabase.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
AutonomousContainerDatabase.PatchModel patchModel,
String lastMaintenanceRunId,
String nextMaintenanceRunId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String availabilityDomain,
AutonomousContainerDatabaseBackupConfig backupConfig)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.