Uses of Class
com.oracle.bmc.database.model.DbSystemOptions.StorageManagement
-
Packages that use DbSystemOptions.StorageManagement Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of DbSystemOptions.StorageManagement in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbSystemOptions.StorageManagement Modifier and Type Method Description static DbSystemOptions.StorageManagement
DbSystemOptions.StorageManagement. create(String key)
DbSystemOptions.StorageManagement
DbSystemOptions. getStorageManagement()
The storage option used in DB system.static DbSystemOptions.StorageManagement
DbSystemOptions.StorageManagement. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbSystemOptions.StorageManagement[]
DbSystemOptions.StorageManagement. 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 DbSystemOptions.StorageManagement Modifier and Type Method Description DbSystemOptions.Builder
DbSystemOptions.Builder. storageManagement(DbSystemOptions.StorageManagement storageManagement)
The storage option used in DB system.Constructors in com.oracle.bmc.database.model with parameters of type DbSystemOptions.StorageManagement Constructor Description DbSystemOptions(DbSystemOptions.StorageManagement storageManagement)
Deprecated. -
Uses of DbSystemOptions.StorageManagement in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return DbSystemOptions.StorageManagement Modifier and Type Method Description DbSystemOptions.StorageManagement
ListDbSystemStoragePerformancesRequest. getStorageManagement()
The DB system storage management option.DbSystemOptions.StorageManagement
ListDbVersionsRequest. getStorageManagement()
The DB system storage management option.Methods in com.oracle.bmc.database.requests with parameters of type DbSystemOptions.StorageManagement Modifier and Type Method Description ListDbSystemStoragePerformancesRequest.Builder
ListDbSystemStoragePerformancesRequest.Builder. storageManagement(DbSystemOptions.StorageManagement storageManagement)
The DB system storage management option.ListDbVersionsRequest.Builder
ListDbVersionsRequest.Builder. storageManagement(DbSystemOptions.StorageManagement storageManagement)
The DB system storage management option.
-