Engine refers to underlying database binary running in an instance.
| Enums | |
|---|---|
ENGINE_UNSPECIFIED
|
UNSPECIFIED means engine type is not known or available. |
ENGINE_MYSQL
|
MySQL binary running as an engine in the database instance. |
ENGINE_POSTGRES
|
Postgres binary running as engine in database instance. |
ENGINE_SQL_SERVER
|
SQLServer binary running as engine in database instance. |
ENGINE_NATIVE
|
Native database binary running as engine in instance. |
ENGINE_MEMORYSTORE_FOR_REDIS
|
Memorystore with Redis dialect. |
ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER
|
Memorystore with Redis cluster dialect. |
ENGINE_FIRESTORE_WITH_NATIVE_MODE
|
Firestore with native mode. |
ENGINE_FIRESTORE_WITH_DATASTORE_MODE
|
Firestore with datastore mode. |
ENGINE_EXADATA_ORACLE
|
Oracle Exadata engine. |
ENGINE_ADB_SERVERLESS_ORACLE
|
Oracle Autonomous DB Serverless engine. |
ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE
|
Firestore with MongoDB compatibility. |
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. |

