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,
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,
List<ScheduledOperationDetails> scheduledOperations,
Boolean isAutoScalingForStorageEnabled,
AutonomousDatabaseSummary.DatabaseEdition databaseEdition,
List<DatabaseTool> dbToolsDetails,
String secretId,
Integer secretVersionNumber,
AutonomousDatabaseEncryptionKeyDetails encryptionKey)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.