Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateDbSystemDetails.LicenseModel |
UpdateDbSystemDetails.LicenseModel.create(String key) |
UpdateDbSystemDetails.LicenseModel |
UpdateDbSystemDetails.getLicenseModel()
The Oracle Database license model that applies to all databases on the DB system.
|
static UpdateDbSystemDetails.LicenseModel |
UpdateDbSystemDetails.LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateDbSystemDetails.LicenseModel[] |
UpdateDbSystemDetails.LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateDbSystemDetails.Builder |
UpdateDbSystemDetails.Builder.licenseModel(UpdateDbSystemDetails.LicenseModel licenseModel)
The Oracle Database license model that applies to all databases on the DB system.
|
Constructor and Description |
---|
UpdateDbSystemDetails(Integer cpuCoreCount,
PatchDetails version,
List<String> sshPublicKeys,
Integer dataStorageSizeInGBs,
Integer recoStorageSizeInGBs,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> securityAttributes,
String shape,
List<String> nsgIds,
List<String> backupNetworkNsgIds,
UpdateDbSystemDetails.LicenseModel licenseModel,
MaintenanceWindow maintenanceWindowDetails,
DataCollectionOptions dataCollectionOptions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.