Uses of Class
com.oracle.bmc.database.model.AutonomousContainerDatabase.ServiceLevelAgreementType
-
Packages that use AutonomousContainerDatabase.ServiceLevelAgreementType Package Description com.oracle.bmc.database.model -
-
Uses of AutonomousContainerDatabase.ServiceLevelAgreementType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return AutonomousContainerDatabase.ServiceLevelAgreementType Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type AutonomousContainerDatabase.ServiceLevelAgreementType Modifier and Type Method Description AutonomousContainerDatabase.Builder
AutonomousContainerDatabase.Builder. serviceLevelAgreementType(AutonomousContainerDatabase.ServiceLevelAgreementType serviceLevelAgreementType)
The service level agreement type of the container database.Constructors in com.oracle.bmc.database.model with parameters of type AutonomousContainerDatabase.ServiceLevelAgreementType Constructor Description AutonomousContainerDatabase(String id, String compartmentId, String displayName, List<CustomerContact> customerContacts, String dbUniqueName, String dbName, AutonomousContainerDatabase.ServiceLevelAgreementType serviceLevelAgreementType, String autonomousExadataInfrastructureId, String autonomousVmClusterId, AutonomousContainerDatabase.InfrastructureType infrastructureType, String cloudAutonomousVmClusterId, String kmsKeyId, String vaultId, String kmsKeyVersionId, List<AutonomousDatabaseKeyHistoryEntry> keyHistoryEntry, AutonomousContainerDatabase.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeSnapshotStandbyRevert, AutonomousContainerDatabase.PatchModel patchModel, String patchId, String lastMaintenanceRunId, String nextMaintenanceRunId, MaintenanceWindow maintenanceWindow, Integer standbyMaintenanceBufferInDays, AutonomousContainerDatabase.VersionPreference versionPreference, Boolean isDstFileUpdateEnabled, String dstFileVersion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, AutonomousContainerDatabase.Role role, String availabilityDomain, String dbVersion, AutonomousContainerDatabaseBackupConfig backupConfig, List<BackupDestinationProperties> backupDestinationPropertiesList, List<BackupDestinationConfigurationSummary> associatedBackupConfigurationDetails, RecoveryApplianceDetails recoveryApplianceDetails, String keyStoreId, String keyStoreWalletName, Integer memoryPerOracleComputeUnitInGBs, Float availableCpus, Integer totalCpus, Float reclaimableCpus, List<Float> provisionableCpus, List<String> listOneOffPatches, AutonomousContainerDatabase.ComputeModel computeModel, Float provisionedCpus, Float reservedCpus, Float largestProvisionableAutonomousDatabaseInCpus, Date timeOfLastBackup, Integer dbSplitThreshold, Integer vmFailoverReservation, AutonomousContainerDatabase.DistributionAffinity distributionAffinity, AutonomousContainerDatabase.NetServicesArchitecture netServicesArchitecture, Boolean isMultipleStandby, Boolean isDataGuardEnabled, AutonomousContainerDatabaseDataguard dataguard, List<AutonomousContainerDatabaseDataguard> dataguardGroupMembers)
Deprecated.
-