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.
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).
int
setAvailableSizeGbs
Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).
var
int
$this
getTotalSizeGbs
Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
int
setTotalSizeGbs
Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).
var
int
$this

