public enum GoldengatePostgresqlConnectionProperties.PostgresqlSecurityProtocol extends Enum<GoldengatePostgresqlConnectionProperties.PostgresqlSecurityProtocol> implements ProtocolMessageEnumEnum for Security protocol for PostgreSQL.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengatePostgresqlConnectionProperties.PostgresqlSecurityProtocol
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MTLS |
Mutual Transport Layer Security. |
MTLS_VALUE |
Mutual Transport Layer Security. |
PLAIN |
Plain text communication. |
PLAIN_VALUE |
Plain text communication. |
POSTGRESQL_SECURITY_PROTOCOL_UNSPECIFIED |
Security protocol not specified. |
POSTGRESQL_SECURITY_PROTOCOL_UNSPECIFIED_VALUE |
Security protocol not specified. |
TLS |
Transport Layer Security. |
TLS_VALUE |
Transport Layer Security. |
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() |
|