Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousDatabase.LicenseModel |
AutonomousDatabase.LicenseModel.create(String key) |
AutonomousDatabase.LicenseModel |
AutonomousDatabase.getLicenseModel()
The Oracle license model that applies to the Oracle Autonomous Database.
|
static AutonomousDatabase.LicenseModel |
AutonomousDatabase.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousDatabase.LicenseModel[] |
AutonomousDatabase.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousDatabase.Builder |
AutonomousDatabase.Builder.licenseModel(AutonomousDatabase.LicenseModel licenseModel) |
Constructor and Description |
---|
AutonomousDatabase(String id,
String compartmentId,
AutonomousDatabase.LifecycleState lifecycleState,
String lifecycleDetails,
String dbName,
Integer cpuCoreCount,
Integer dataStorageSizeInTBs,
Boolean isDedicated,
String autonomousContainerDatabaseId,
Date timeCreated,
String displayName,
String serviceConsoleUrl,
AutonomousDatabaseConnectionStrings connectionStrings,
AutonomousDatabaseConnectionUrls connectionUrls,
AutonomousDatabase.LicenseModel licenseModel,
Integer usedDataStorageSizeInTBs,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String dbVersion,
AutonomousDatabase.DbWorkload dbWorkload,
List<String> whitelistedIps,
Boolean isAutoScalingEnabled)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.