Uses of Class
com.oracle.bmc.database.model.DatabaseManagementConfig.LicenseModel
-
Packages that use DatabaseManagementConfig.LicenseModel Package Description com.oracle.bmc.database.model -
-
Uses of DatabaseManagementConfig.LicenseModel in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DatabaseManagementConfig.LicenseModel Modifier and Type Method Description static DatabaseManagementConfig.LicenseModel
DatabaseManagementConfig.LicenseModel. create(String key)
DatabaseManagementConfig.LicenseModel
DatabaseManagementConfig. getLicenseModel()
The Oracle license model that applies to the external database.static DatabaseManagementConfig.LicenseModel
DatabaseManagementConfig.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseManagementConfig.LicenseModel[]
DatabaseManagementConfig.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 DatabaseManagementConfig.LicenseModel Modifier and Type Method Description DatabaseManagementConfig.Builder
DatabaseManagementConfig.Builder. licenseModel(DatabaseManagementConfig.LicenseModel licenseModel)
The Oracle license model that applies to the external database.Constructors in com.oracle.bmc.database.model with parameters of type DatabaseManagementConfig.LicenseModel Constructor Description DatabaseManagementConfig(DatabaseManagementConfig.DatabaseManagementStatus databaseManagementStatus, String databaseManagementConnectionId, DatabaseManagementConfig.LicenseModel licenseModel)
Deprecated.
-