Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class KafkaSecurityProtocol.
Enum for Security Type for Kafka.
Protobuf type google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties.KafkaSecurityProtocol
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengateKafkaConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
KAFKA_SECURITY_PROTOCOL_UNSPECIFIED
Value: 0Security type not specified.
Generated from protobuf enum KAFKA_SECURITY_PROTOCOL_UNSPECIFIED = 0;
SSL
Value: 1SSL security protocol.
Generated from protobuf enum SSL = 1;
SASL_SSL
Value: 2SASL SSL security protocol.
Generated from protobuf enum SASL_SSL = 2;
PLAINTEXT
Value: 3Plaintext security protocol.
Generated from protobuf enum PLAINTEXT = 3;
SASL_PLAINTEXT
Value: 4SASL Plaintext security protocol.
Generated from protobuf enum SASL_PLAINTEXT = 4;