Module: Google::Cloud::OracleDatabase::V1::DbSystemOptions::StorageManagement

Defined in:
proto_docs/google/cloud/oracledatabase/v1/db_system.rb

Overview

The storage option used in DB system.

Constant Summary collapse

STORAGE_MANAGEMENT_UNSPECIFIED =

The storage management is unspecified.

0
ASM =

Automatic storage management. This option is not supported. Only LVM is supported.

1
LVM =

Logical Volume management.

2