Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class MongodbSecurityProtocol.
Enum for Security Type for MongoDB.
Protobuf type google.cloud.oracledatabase.v1.GoldengateMongodbConnectionProperties.MongodbSecurityProtocol
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateMongodbConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MONGODB_SECURITY_PROTOCOL_UNSPECIFIED
Value: 0Security type not specified.
Generated from protobuf enum MONGODB_SECURITY_PROTOCOL_UNSPECIFIED = 0;
PLAIN
Value: 1Plain text communication.
Generated from protobuf enum PLAIN = 1;
TLS
Value: 2Transport Layer Security.
Generated from protobuf enum TLS = 2;
MTLS
Value: 3Mutual Transport Layer Security.
Generated from protobuf enum MTLS = 3;