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.
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.
int
setDataStorageSizeInGbs
Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.
var
int
$this
getRecoStorageSizeInGbs
Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.
int
setRecoStorageSizeInGbs
Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.
var
int
$this

