Class: Google::Cloud::Datastream::V1::OracleSslConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::OracleSslConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
Oracle SSL configuration information.
Instance Attribute Summary collapse
-
#ca_certificate ⇒ ::String
Input only.
-
#ca_certificate_set ⇒ ::Boolean
readonly
Output only.
-
#server_certificate_distinguished_name ⇒ ::String
Optional.
Instance Attribute Details
#ca_certificate ⇒ ::String
Returns Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
607 608 609 610 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 607 class OracleSslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ca_certificate_set ⇒ ::Boolean (readonly)
Returns Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.
607 608 609 610 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 607 class OracleSslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#server_certificate_distinguished_name ⇒ ::String
Returns 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.
607 608 609 610 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 607 class OracleSslConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |