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

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

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

Protobuf type google.cloud.oracledatabase.v1.ExadbVmClusterProperties.ShapeAttribute

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ ExadbVmClusterProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SHAPE_ATTRIBUTE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum SHAPE_ATTRIBUTE_UNSPECIFIED = 0;

SMART_STORAGE

Value: 1

Indicates that the resource is in smart storage.

Generated from protobuf enum SMART_STORAGE = 1;

BLOCK_STORAGE

Value: 2

Indicates that the resource is in block storage.

Generated from protobuf enum BLOCK_STORAGE = 2;