Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ExadbVmClusterStorageDetails.
The storage allocation for the exadbvmcluster, in gigabytes (GB).
Generated from protobuf message google.cloud.oracledatabase.v1.ExadbVmClusterStorageDetails
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ size_in_gbs_per_node |
int
Required. The storage allocation for the exadbvmcluster per node, in gigabytes (GB). This field is used to calculate the total storage allocation for the exadbvmcluster. |
getSizeInGbsPerNode
Required. The storage allocation for the exadbvmcluster per node, in gigabytes (GB). This field is used to calculate the total storage allocation for the exadbvmcluster.
| Returns | |
|---|---|
| Type | Description |
int |
|
setSizeInGbsPerNode
Required. The storage allocation for the exadbvmcluster per node, in gigabytes (GB). This field is used to calculate the total storage allocation for the exadbvmcluster.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|