Datastream V1 API - Class Google::Cloud::Datastream::V1::OracleSslConfig (v1.3.0)

Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::OracleSslConfig.

Oracle SSL configuration information.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ca_certificate

def ca_certificate() -> ::String
Returns
  • (::String) — Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

#ca_certificate=

def ca_certificate=(value) -> ::String
Parameter
  • value (::String) — Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
Returns
  • (::String) — Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

#ca_certificate_set

def ca_certificate_set() -> ::Boolean
Returns
  • (::Boolean) — Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.

#server_certificate_distinguished_name

def server_certificate_distinguished_name() -> ::String
Returns
  • (::String) — 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.

#server_certificate_distinguished_name=

def server_certificate_distinguished_name=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.