Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbSystemOptions.
Details of the DbSystem Options.
Generated from protobuf message google.cloud.oracledatabase.v1.DbSystemOptions
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ storage_management |
int
Optional. The storage option used in DB system. |
getStorageManagement
Optional. The storage option used in DB system.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type StorageManagement. |
setStorageManagement
Optional. The storage option used in DB system.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type StorageManagement. |
| Returns | |
|---|---|
| Type | Description |
$this |
|