public enum Instance.TransitEncryptionMode extends Enum<Instance.TransitEncryptionMode> implements ProtocolMessageEnum
Available TLS modes.
Protobuf enum google.events.cloud.redis.v1.Instance.TransitEncryptionMode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DISABLED |
TLS is disabled for the instance. |
DISABLED_VALUE |
TLS is disabled for the instance. |
SERVER_AUTHENTICATION |
Client to Server traffic encryption enabled with server authentication. |
SERVER_AUTHENTICATION_VALUE |
Client to Server traffic encryption enabled with server authentication. |
TRANSIT_ENCRYPTION_MODE_UNSPECIFIED |
Not set. |
TRANSIT_ENCRYPTION_MODE_UNSPECIFIED_VALUE |
Not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |