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

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class Db2SecurityProtocol.

Enum for Security protocol for the DB2 database.

Protobuf type google.cloud.oracledatabase.v1.GoldengateDb2ConnectionProperties.Db2SecurityProtocol

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ GoldengateDb2ConnectionProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DB2_SECURITY_PROTOCOL_UNSPECIFIED

Value: 0

Security protocol not specified.

Generated from protobuf enum DB2_SECURITY_PROTOCOL_UNSPECIFIED = 0;

PLAIN

Value: 1

Plain text communication.

Generated from protobuf enum PLAIN = 1;

TLS

Value: 2

Transport Layer Security.

Generated from protobuf enum TLS = 2;