Uses of Class
com.oracle.bmc.database.model.UpdateDbSystemDetails.LicenseModel
-
Packages that use UpdateDbSystemDetails.LicenseModel Package Description com.oracle.bmc.database.model -
-
Uses of UpdateDbSystemDetails.LicenseModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateDbSystemDetails.LicenseModel Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type UpdateDbSystemDetails.LicenseModel Modifier and Type Method Description UpdateDbSystemDetails.Builder
UpdateDbSystemDetails.Builder. licenseModel(UpdateDbSystemDetails.LicenseModel licenseModel)
The Oracle Database license model that applies to all databases on the DB system.Constructors in com.oracle.bmc.database.model with parameters of type UpdateDbSystemDetails.LicenseModel Constructor 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.
-