public interface DbSystemOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStorageManagement()
public abstract DbSystemOptions.StorageManagement getStorageManagement()Optional. The storage option used in DB system.
.google.cloud.oracledatabase.v1.DbSystemOptions.StorageManagement storage_management = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DbSystemOptions.StorageManagement |
The storageManagement. |
getStorageManagementValue()
public abstract int getStorageManagementValue()Optional. The storage option used in DB system.
.google.cloud.oracledatabase.v1.DbSystemOptions.StorageManagement storage_management = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for storageManagement. |