DataStream v1 API - Class OracleSslConfig (2.11.0)

public sealed class OracleSslConfig : IMessage<OracleSslConfig>, IEquatable<OracleSslConfig>, IDeepCloneable<OracleSslConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class OracleSslConfig.

Oracle SSL configuration information.

Inheritance

object > OracleSslConfig

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

OracleSslConfig()

public OracleSslConfig()

OracleSslConfig(OracleSslConfig)

public OracleSslConfig(OracleSslConfig other)
Parameter
Name Description
other OracleSslConfig

Properties

CaCertificate

public string CaCertificate { get; set; }

Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

Property Value
Type Description
string

CaCertificateSet

public bool CaCertificateSet { get; set; }

Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.

Property Value
Type Description
bool

ServerCertificateDistinguishedName

public string ServerCertificateDistinguishedName { get; set; }

Optional. The distinguished name (DN) mentioned in the server certificate. This corresponds to SSL_SERVER_CERT_DN sqlnet parameter. Refer https://docs.oracle.com/en/database/oracle/oracle-database/19/netrf/local-naming-parameters-in-tns-ora-file.html#GUID-70AB0695-A9AA-4A94-B141-4C605236EEB7 If this field is not provided, the DN matching is not enforced.

Property Value
Type Description
string