Module: Google::Cloud::DatabaseCenter::V1beta::Engine

Defined in:
proto_docs/google/cloud/databasecenter/v1beta/product.rb

Overview

Engine refers to underlying database binary running in an instance.

Constant Summary collapse

ENGINE_UNSPECIFIED =

UNSPECIFIED means engine type is not known or available.

0
ENGINE_MYSQL =

MySQL binary running as an engine in the database instance.

1
ENGINE_POSTGRES =

Postgres binary running as engine in database instance.

2
ENGINE_SQL_SERVER =

SQLServer binary running as engine in database instance.

3
ENGINE_NATIVE =

Native database binary running as engine in instance.

4
ENGINE_MEMORYSTORE_FOR_REDIS =

Memorystore with Redis dialect.

8
ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER =

Memorystore with Redis cluster dialect.

9
ENGINE_FIRESTORE_WITH_NATIVE_MODE =

Firestore with native mode.

10
ENGINE_FIRESTORE_WITH_DATASTORE_MODE =

Firestore with datastore mode.

11
ENGINE_EXADATA_ORACLE =

Oracle Exadata engine.

12
ENGINE_ADB_SERVERLESS_ORACLE =

Oracle Autonomous DB Serverless engine.

13
ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE =

Firestore with MongoDB compatibility.

14
ENGINE_OTHER =

Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum.

6