Google Cloud Redis Cluster V1 Client - Class ServerCaMode (0.7.0)

Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class ServerCaMode.

Server CA mode for the cluster.

Protobuf type google.cloud.redis.cluster.v1.ServerCaMode

Namespace

Google \ Cloud \ Redis \ Cluster \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SERVER_CA_MODE_UNSPECIFIED

Value: 0

Server CA mode not specified.

Generated from protobuf enum SERVER_CA_MODE_UNSPECIFIED = 0;

SERVER_CA_MODE_GOOGLE_MANAGED_PER_INSTANCE_CA

Value: 1

Each cluster has its own Google managed CA.

Generated from protobuf enum SERVER_CA_MODE_GOOGLE_MANAGED_PER_INSTANCE_CA = 1;

SERVER_CA_MODE_GOOGLE_MANAGED_SHARED_CA

Value: 2

The cluster uses Google managed shared CA in the region.

Generated from protobuf enum SERVER_CA_MODE_GOOGLE_MANAGED_SHARED_CA = 2;

SERVER_CA_MODE_CUSTOMER_MANAGED_CAS_CA

Value: 3

The cluster uses customer managed CA from CAS.

Generated from protobuf enum SERVER_CA_MODE_CUSTOMER_MANAGED_CAS_CA = 3;