Module: Google::Cloud::Redis::V1::Instance::ConnectMode

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

Overview

Available connection modes.

Constant Summary collapse

CONNECT_MODE_UNSPECIFIED =

Not set.

0
DIRECT_PEERING =

Connect via directly peering with memorystore redis hosted service.

1
PRIVATE_SERVICE_ACCESS =

Connect with google via private service access and share connection across google managed services.

2