Reference documentation and code samples for the Google Cloud Memorystore V1 Client class TransitEncryptionMode.
Possible in-transit encryption modes of the instance.
Protobuf type google.cloud.memorystore.v1.Instance.TransitEncryptionMode
Namespace
Google \ Cloud \ Memorystore \ V1 \ InstanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TRANSIT_ENCRYPTION_MODE_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum TRANSIT_ENCRYPTION_MODE_UNSPECIFIED = 0;
TRANSIT_ENCRYPTION_DISABLED
Value: 1
In-transit encryption is disabled.
Generated from protobuf enum TRANSIT_ENCRYPTION_DISABLED = 1;
SERVER_AUTHENTICATION
Value: 2
Server-managed encryption is used for in-transit encryption.
Generated from protobuf enum SERVER_AUTHENTICATION = 2;