Module: Google::Cloud::Redis::Cluster::V1::ServerCaMode

Defined in:
proto_docs/google/cloud/redis/cluster/v1/cloud_redis_cluster.rb

Overview

Server CA mode for the cluster.

Constant Summary collapse

SERVER_CA_MODE_UNSPECIFIED =

Server CA mode not specified.

0
SERVER_CA_MODE_GOOGLE_MANAGED_PER_INSTANCE_CA =

Each cluster has its own Google managed CA.

1
SERVER_CA_MODE_GOOGLE_MANAGED_SHARED_CA =

The cluster uses Google managed shared CA in the region.

2
SERVER_CA_MODE_CUSTOMER_MANAGED_CAS_CA =

The cluster uses customer managed CA from CAS.

3