Database Center V1BETA API - Module Google::Cloud::DatabaseCenter::V1beta::Engine (v0.1.0)

Reference documentation and code samples for the Database Center V1BETA API module Google::Cloud::DatabaseCenter::V1beta::Engine.

Engine refers to underlying database binary running in an instance.

Constants

ENGINE_UNSPECIFIED

value: 0
UNSPECIFIED means engine type is not known or available.

ENGINE_MYSQL

value: 1
MySQL binary running as an engine in the database instance.

ENGINE_POSTGRES

value: 2
Postgres binary running as engine in database instance.

ENGINE_SQL_SERVER

value: 3
SQLServer binary running as engine in database instance.

ENGINE_NATIVE

value: 4
Native database binary running as engine in instance.

ENGINE_MEMORYSTORE_FOR_REDIS

value: 8
Memorystore with Redis dialect.

ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER

value: 9
Memorystore with Redis cluster dialect.

ENGINE_FIRESTORE_WITH_NATIVE_MODE

value: 10
Firestore with native mode.

ENGINE_FIRESTORE_WITH_DATASTORE_MODE

value: 11
Firestore with datastore mode.

ENGINE_EXADATA_ORACLE

value: 12
Oracle Exadata engine.

ENGINE_ADB_SERVERLESS_ORACLE

value: 13
Oracle Autonomous DB Serverless engine.

ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE

value: 14
Firestore with MongoDB compatibility.

ENGINE_OTHER

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