Package | Description |
---|---|
com.oracle.bmc.database.model | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DbSystemOptions.Builder |
DbSystemOptions.Builder.storageManagement(DbSystemOptions.StorageManagement storageManagement)
The storage option used in DB system.
|
Constructor and Description |
---|
DbSystemOptions(DbSystemOptions.StorageManagement storageManagement)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DbSystemOptions.StorageManagement |
ListDbVersionsRequest.getStorageManagement()
The DB system storage management option.
|
DbSystemOptions.StorageManagement |
ListDbSystemStoragePerformancesRequest.getStorageManagement()
The DB system storage management option.
|
Modifier and Type | Method and Description |
---|---|
ListDbVersionsRequest.Builder |
ListDbVersionsRequest.Builder.storageManagement(DbSystemOptions.StorageManagement storageManagement)
The DB system storage management option.
|
ListDbSystemStoragePerformancesRequest.Builder |
ListDbSystemStoragePerformancesRequest.Builder.storageManagement(DbSystemOptions.StorageManagement storageManagement)
The DB system storage management option.
|
Copyright © 2016–2024. All rights reserved.