DataStream v1 API - Class PostgresqlSslConfig.Types.ServerVerification (2.9.0)

public sealed class PostgresqlSslConfig.Types.ServerVerification : IMessage<PostgresqlSslConfig.Types.ServerVerification>, IEquatable<PostgresqlSslConfig.Types.ServerVerification>, IDeepCloneable<PostgresqlSslConfig.Types.ServerVerification>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class PostgresqlSslConfig.Types.ServerVerification.

Message represents the option where Datastream will enforce the encryption and authenticate the server identity. ca_certificate must be set if user selects this option.

Inheritance

object > PostgresqlSslConfig.Types.ServerVerification

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

ServerVerification()

public ServerVerification()

ServerVerification(ServerVerification)

public ServerVerification(PostgresqlSslConfig.Types.ServerVerification other)
Parameter
Name Description
other PostgresqlSslConfigTypesServerVerification

Properties

CaCertificate

public string CaCertificate { get; set; }

Required. Input only. PEM-encoded server root CA certificate.

Property Value
Type Description
string