Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class StorageSizeDetails.
The initial storage size, in gigabytes, that is applicable for virtual machine DBSystem.
Generated from protobuf message google.cloud.oracledatabase.v1.StorageSizeDetails
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_storage_size_in_gbs |
int
Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem. |
↳ reco_storage_size_in_gbs |
int
Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem. |
getDataStorageSizeInGbs
Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.
| Returns | |
|---|---|
| Type | Description |
int |
|
setDataStorageSizeInGbs
Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRecoStorageSizeInGbs
Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.
| Returns | |
|---|---|
| Type | Description |
int |
|
setRecoStorageSizeInGbs
Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|