Uses of Class
com.oracle.bmc.database.model.UpdateAutonomousDatabaseDetails.ComputeModel
-
Packages that use UpdateAutonomousDatabaseDetails.ComputeModel Package Description com.oracle.bmc.database.model -
-
Uses of UpdateAutonomousDatabaseDetails.ComputeModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateAutonomousDatabaseDetails.ComputeModel Modifier and Type Method Description static UpdateAutonomousDatabaseDetails.ComputeModel
UpdateAutonomousDatabaseDetails.ComputeModel. create(String key)
UpdateAutonomousDatabaseDetails.ComputeModel
UpdateAutonomousDatabaseDetails. getComputeModel()
The compute model of the Autonomous Database.static UpdateAutonomousDatabaseDetails.ComputeModel
UpdateAutonomousDatabaseDetails.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateAutonomousDatabaseDetails.ComputeModel[]
UpdateAutonomousDatabaseDetails.ComputeModel. 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 UpdateAutonomousDatabaseDetails.ComputeModel Modifier and Type Method Description UpdateAutonomousDatabaseDetails.Builder
UpdateAutonomousDatabaseDetails.Builder. computeModel(UpdateAutonomousDatabaseDetails.ComputeModel computeModel)
The compute model of the Autonomous Database.Constructors in com.oracle.bmc.database.model with parameters of type UpdateAutonomousDatabaseDetails.ComputeModel Constructor Description UpdateAutonomousDatabaseDetails(Integer backupRetentionPeriodInDays, UpdateAutonomousDatabaseDetails.ComputeModel computeModel, Integer inMemoryPercentage, Integer localAdgAutoFailoverMaxDataLossLimit, Integer cpuCoreCount, LongTermBackUpScheduleDetails longTermBackupSchedule, Boolean isDevTier, Float computeCount, Float ocpuCount, Integer dataStorageSizeInTBs, Integer dataStorageSizeInGBs, String displayName, Boolean isFreeTier, String adminPassword, String dbName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, UpdateAutonomousDatabaseDetails.DbWorkload dbWorkload, UpdateAutonomousDatabaseDetails.LicenseModel licenseModel, Float byolComputeCountLimit, Boolean isAccessControlEnabled, List<String> whitelistedIps, Boolean arePrimaryWhitelistedIpsUsed, List<String> standbyWhitelistedIps, Boolean isAutoScalingEnabled, Boolean isRefreshableClone, UpdateAutonomousDatabaseDetails.RefreshableMode refreshableMode, Boolean isLocalDataGuardEnabled, Boolean isDataGuardEnabled, String peerDbId, String dbVersion, UpdateAutonomousDatabaseDetails.OpenMode openMode, UpdateAutonomousDatabaseDetails.PermissionLevel permissionLevel, String subnetId, String privateEndpointLabel, String privateEndpointIp, List<String> nsgIds, Integer autoRefreshFrequencyInSeconds, Integer autoRefreshPointLagInSeconds, Date timeOfAutoRefreshStart, List<CustomerContact> customerContacts, Boolean isMtlsConnectionRequired, String resourcePoolLeaderId, ResourcePoolSummary resourcePoolSummary, UpdateAutonomousDatabaseDetails.AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType, Boolean isBackupRetentionLocked, List<ScheduledOperationDetails> scheduledOperations, Boolean isAutoScalingForStorageEnabled, AutonomousDatabaseSummary.DatabaseEdition databaseEdition, List<DatabaseTool> dbToolsDetails, String secretId, Integer secretVersionNumber, AutonomousDatabaseEncryptionKeyDetails encryptionKey, Boolean isDisconnectPeer)
Deprecated.
-