Google Cloud Redis V1beta1 Client - Class TransitEncryptionMode (1.9.0)

Reference documentation and code samples for the Google Cloud Redis V1beta1 Client class TransitEncryptionMode.

Available TLS modes.

Protobuf type google.cloud.redis.v1beta1.Instance.TransitEncryptionMode

Namespace

Google \ Cloud \ Redis \ V1beta1 \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TRANSIT_ENCRYPTION_MODE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum TRANSIT_ENCRYPTION_MODE_UNSPECIFIED = 0;

SERVER_AUTHENTICATION

Value: 1

Client to Server traffic encryption enabled with server authentication.

Generated from protobuf enum SERVER_AUTHENTICATION = 1;

DISABLED

Value: 2

TLS is disabled for the instance.

Generated from protobuf enum DISABLED = 2;