Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ExascaleDbStorageDetails.
The storage details of the ExascaleDbStorageVault.
Generated from protobuf message google.cloud.oracledatabase.v1.ExascaleDbStorageDetails
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ available_size_gbs |
int
Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB). |
↳ total_size_gbs |
int
Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB). |
getAvailableSizeGbs
Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
| Returns | |
|---|---|
| Type | Description |
int |
|
setAvailableSizeGbs
Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTotalSizeGbs
Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
| Returns | |
|---|---|
| Type | Description |
int |
|
setTotalSizeGbs
Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|