Module: Google::Cloud::Memorystore::V1::Instance::TransitEncryptionMode

Defined in:
proto_docs/google/cloud/memorystore/v1/memorystore.rb

Overview

Possible in-transit encryption modes of the instance.

Constant Summary collapse

TRANSIT_ENCRYPTION_MODE_UNSPECIFIED =

Not set.

0
TRANSIT_ENCRYPTION_DISABLED =

In-transit encryption is disabled.

1
SERVER_AUTHENTICATION =

Server-managed encryption is used for in-transit encryption.

2