Google Cloud Oracle Database V1 Client - Class DbSystemInitialStorageSizeProperties (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbSystemInitialStorageSizeProperties.

The properties of a DbSystem initial storage size summary.

Generated from protobuf message google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ storage_management int

Output only. The storage option used in DB system.

↳ shape_type int

Output only. VM shape platform type

↳ storage_size_details array<StorageSizeDetails>

Output only. List of storage disk details.

↳ launch_from_backup_storage_size_details array<StorageSizeDetails>

Output only. List of storage disk details available for launches from backup.

getStorageManagement

Output only. The storage option used in DB system.

Returns
Type Description
int Enum of type StorageManagement.

setStorageManagement

Output only. The storage option used in DB system.

Parameter
Name Description
var int

Enum of type StorageManagement.

Returns
Type Description
$this

getShapeType

Output only. VM shape platform type

Returns
Type Description
int Enum of type ShapeType.

setShapeType

Output only. VM shape platform type

Parameter
Name Description
var int

Enum of type ShapeType.

Returns
Type Description
$this

getStorageSizeDetails

Output only. List of storage disk details.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setStorageSizeDetails

Output only. List of storage disk details.

Parameter
Name Description
var array<StorageSizeDetails>
Returns
Type Description
$this

getLaunchFromBackupStorageSizeDetails

Output only. List of storage disk details available for launches from backup.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setLaunchFromBackupStorageSizeDetails

Output only. List of storage disk details available for launches from backup.

Parameter
Name Description
var array<StorageSizeDetails>
Returns
Type Description
$this