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

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

The storage option used in the DB system.

Protobuf type google.cloud.oracledatabase.v1.DbSystemInitialStorageSizeProperties.StorageManagement

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ DbSystemInitialStorageSizeProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STORAGE_MANAGEMENT_UNSPECIFIED

Value: 0

Unspecified storage management.

Generated from protobuf enum STORAGE_MANAGEMENT_UNSPECIFIED = 0;

ASM

Value: 1

Automatic Storage Management.

Generated from protobuf enum ASM = 1;

LVM

Value: 2

Logical Volume Management.

Generated from protobuf enum LVM = 2;