Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ExascaleConfig.
Details of the Exascale configuration for the Exadata Infrastructure.
Generated from protobuf message google.cloud.oracledatabase.v1.ExascaleConfig
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ total_storage_size_gb |
int
Output only. Total storage size needed for Exascale in GBs. |
↳ available_storage_size_gb |
int
Output only. Available storage size for Exascale in GBs. |
getTotalStorageSizeGb
Output only. Total storage size needed for Exascale in GBs.
| Returns | |
|---|---|
| Type | Description |
int |
|
setTotalStorageSizeGb
Output only. Total storage size needed for Exascale in GBs.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAvailableStorageSizeGb
Output only. Available storage size for Exascale in GBs.
| Returns | |
|---|---|
| Type | Description |
int |
|
setAvailableStorageSizeGb
Output only. Available storage size for Exascale in GBs.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|