Class: Google::Cloud::Datastream::V1::PostgresqlSslConfig::ServerVerification
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::PostgresqlSslConfig::ServerVerification
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
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.
Instance Attribute Summary collapse
-
#ca_certificate ⇒ ::String
Required.
Instance Attribute Details
#ca_certificate ⇒ ::String
Returns Required. Input only. PEM-encoded server root CA certificate.
507 508 509 510 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 507 class ServerVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |