Google Cloud Oracle Database V1 Client - Class StorageManagementType (0.9.0)

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

The type of storage management for the Cloud VM Cluster.

Protobuf type google.cloud.oracledatabase.v1.CloudVmClusterProperties.StorageManagementType

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ CloudVmClusterProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STORAGE_MANAGEMENT_TYPE_UNSPECIFIED

Value: 0

Unspecified storage management type.

Generated from protobuf enum STORAGE_MANAGEMENT_TYPE_UNSPECIFIED = 0;

ASM

Value: 1

Automatic Storage Management.

Generated from protobuf enum ASM = 1;

EXASCALE

Value: 2

Exascale storage management.

Generated from protobuf enum EXASCALE = 2;