Module: Google::Cloud::Redis::V1beta1::Instance::TransitEncryptionMode

Defined in:
proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb

Overview

Available TLS modes.

Constant Summary collapse

TRANSIT_ENCRYPTION_MODE_UNSPECIFIED =

Not set.

0
SERVER_AUTHENTICATION =

Client to Server traffic encryption enabled with server authentication.

1
DISABLED =

TLS is disabled for the instance.

2