Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousContainerDatabase.ServiceLevelAgreementType |
AutonomousContainerDatabase.ServiceLevelAgreementType.create(String key) |
AutonomousContainerDatabase.ServiceLevelAgreementType |
AutonomousContainerDatabase.getServiceLevelAgreementType()
The service level agreement type of the container database.
|
static AutonomousContainerDatabase.ServiceLevelAgreementType |
AutonomousContainerDatabase.ServiceLevelAgreementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousContainerDatabase.ServiceLevelAgreementType[] |
AutonomousContainerDatabase.ServiceLevelAgreementType.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.serviceLevelAgreementType(AutonomousContainerDatabase.ServiceLevelAgreementType serviceLevelAgreementType) |
Constructor and Description |
---|
AutonomousContainerDatabase(String id,
String compartmentId,
String displayName,
String dbUniqueName,
AutonomousContainerDatabase.ServiceLevelAgreementType serviceLevelAgreementType,
String autonomousExadataInfrastructureId,
String autonomousVmClusterId,
AutonomousContainerDatabase.InfrastructureType infrastructureType,
String kmsKeyId,
String vaultId,
AutonomousContainerDatabase.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
AutonomousContainerDatabase.PatchModel patchModel,
String patchId,
String lastMaintenanceRunId,
String nextMaintenanceRunId,
MaintenanceWindow maintenanceWindow,
Integer standbyMaintenanceBufferInDays,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
AutonomousContainerDatabase.Role role,
String availabilityDomain,
String dbVersion,
AutonomousContainerDatabaseBackupConfig backupConfig,
String keyStoreId,
String keyStoreWalletName)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.