Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateAutonomousDatabaseDetails.LicenseModel |
UpdateAutonomousDatabaseDetails.LicenseModel.create(String key) |
UpdateAutonomousDatabaseDetails.LicenseModel |
UpdateAutonomousDatabaseDetails.getLicenseModel()
The Oracle license model that applies to the Oracle Autonomous Database.
|
static UpdateAutonomousDatabaseDetails.LicenseModel |
UpdateAutonomousDatabaseDetails.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAutonomousDatabaseDetails.LicenseModel[] |
UpdateAutonomousDatabaseDetails.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateAutonomousDatabaseDetails.Builder |
UpdateAutonomousDatabaseDetails.Builder.licenseModel(UpdateAutonomousDatabaseDetails.LicenseModel licenseModel)
The Oracle license model that applies to the Oracle Autonomous Database.
|
Constructor and Description |
---|
UpdateAutonomousDatabaseDetails(Integer backupRetentionPeriodInDays,
UpdateAutonomousDatabaseDetails.ComputeModel computeModel,
Integer inMemoryPercentage,
Integer localAdgAutoFailoverMaxDataLossLimit,
Integer cpuCoreCount,
LongTermBackUpScheduleDetails longTermBackupSchedule,
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,
UpdateAutonomousDatabaseDetails.DbWorkload dbWorkload,
UpdateAutonomousDatabaseDetails.LicenseModel licenseModel,
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,
List<CustomerContact> customerContacts,
Boolean isMtlsConnectionRequired,
List<ScheduledOperationDetails> scheduledOperations,
Boolean isAutoScalingForStorageEnabled,
Integer maxCpuCoreCount,
AutonomousDatabaseSummary.DatabaseEdition databaseEdition,
List<DatabaseTool> dbToolsDetails,
String secretId,
Integer secretVersionNumber)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.