public enum GoldengateDb2ConnectionProperties.Db2SecurityProtocol extends Enum<GoldengateDb2ConnectionProperties.Db2SecurityProtocol> implements ProtocolMessageEnumEnum for Security protocol for the DB2 database.
Protobuf enum
google.cloud.oracledatabase.v1.GoldengateDb2ConnectionProperties.Db2SecurityProtocol
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DB2_SECURITY_PROTOCOL_UNSPECIFIED |
Security protocol not specified. |
DB2_SECURITY_PROTOCOL_UNSPECIFIED_VALUE |
Security protocol not specified. |
PLAIN |
Plain text communication. |
PLAIN_VALUE |
Plain text communication. |
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() |
|