Reference documentation and code samples for the Google Cloud Datastream V1 Client class PostgresqlSslConfig.
PostgreSQL SSL configuration information.
Generated from protobuf message google.cloud.datastream.v1.PostgresqlSslConfig
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ server_verification
PostgresqlSslConfig\ServerVerification
If this field is set, the communication will be encrypted with TLS encryption and the server identity will be authenticated.
↳ server_and_client_verification
PostgresqlSslConfig\ServerAndClientVerification
If this field is set, the communication will be encrypted with TLS encryption and both the server identity and the client identity will be authenticated.
getServerVerification
If this field is set, the communication will be encrypted with TLS encryption and the server identity will be authenticated.
hasServerVerification
setServerVerification
If this field is set, the communication will be encrypted with TLS encryption and the server identity will be authenticated.
$this
getServerAndClientVerification
If this field is set, the communication will be encrypted with TLS encryption and both the server identity and the client identity will be authenticated.
hasServerAndClientVerification
setServerAndClientVerification
If this field is set, the communication will be encrypted with TLS encryption and both the server identity and the client identity will be authenticated.
$this
getEncryptionSetting
string