Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class TransitEncryptionMode.
Available mode of in-transit encryption.
Protobuf type google.cloud.redis.cluster.v1.TransitEncryptionMode
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TRANSIT_ENCRYPTION_MODE_UNSPECIFIED
Value: 0
In-transit encryption not set.
Generated from protobuf enum TRANSIT_ENCRYPTION_MODE_UNSPECIFIED = 0;
TRANSIT_ENCRYPTION_MODE_DISABLED
Value: 1
In-transit encryption disabled.
Generated from protobuf enum TRANSIT_ENCRYPTION_MODE_DISABLED = 1;
TRANSIT_ENCRYPTION_MODE_SERVER_AUTHENTICATION
Value: 2
Use server managed encryption for in-transit encryption.
Generated from protobuf enum TRANSIT_ENCRYPTION_MODE_SERVER_AUTHENTICATION = 2;