Module: Google::Cloud::OracleDatabase::V1::ExadbVmClusterProperties::ShapeAttribute

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

Overview

The shape attribute of the VM cluster. The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later

Constant Summary collapse

SHAPE_ATTRIBUTE_UNSPECIFIED =

Default unspecified value.

0
SMART_STORAGE =

Indicates that the resource is in smart storage.

1
BLOCK_STORAGE =

Indicates that the resource is in block storage.

2