Database Center v1beta API - Enum Engine (1.0.0-beta01)

public enum Engine

Reference documentation and code samples for the Database Center v1beta API enum Engine.

Engine refers to underlying database binary running in an instance.

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Fields

Name Description
AdbServerlessOracle

Oracle Autonomous DB Serverless engine.

ExadataOracle

Oracle Exadata engine.

FirestoreWithDatastoreMode

Firestore with datastore mode.

FirestoreWithMongodbCompatibilityMode

Firestore with MongoDB compatibility.

FirestoreWithNativeMode

Firestore with native mode.

MemorystoreForRedis

Memorystore with Redis dialect.

MemorystoreForRedisCluster

Memorystore with Redis cluster dialect.

Mysql

MySQL binary running as an engine in the database instance.

Native

Native database binary running as engine in instance.

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.

Postgres

Postgres binary running as engine in database instance.

SqlServer

SQLServer binary running as engine in database instance.

Unspecified

UNSPECIFIED means engine type is not known or available.