Google Cloud Oracle Database V1 Client - Class KafkaSecurityProtocol (0.9.0)

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 \ GoldengateKafkaConnectionProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

KAFKA_SECURITY_PROTOCOL_UNSPECIFIED

Value: 0

Security type not specified.

Generated from protobuf enum KAFKA_SECURITY_PROTOCOL_UNSPECIFIED = 0;

SSL

Value: 1

SSL security protocol.

Generated from protobuf enum SSL = 1;

SASL_SSL

Value: 2

SASL SSL security protocol.

Generated from protobuf enum SASL_SSL = 2;

PLAINTEXT

Value: 3

Plaintext security protocol.

Generated from protobuf enum PLAINTEXT = 3;

SASL_PLAINTEXT

Value: 4

SASL Plaintext security protocol.

Generated from protobuf enum SASL_PLAINTEXT = 4;