Class: Google::Cloud::AlloyDB::V1alpha::Instance::ClientConnectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Instance::ClientConnectionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
Client connection configuration
Instance Attribute Summary collapse
-
#require_connectors ⇒ ::Boolean
Optional.
-
#ssl_config ⇒ ::Google::Cloud::AlloyDB::V1alpha::SslConfig
Optional.
Instance Attribute Details
#require_connectors ⇒ ::Boolean
Returns Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
779 780 781 782 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 779 class ClientConnectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_config ⇒ ::Google::Cloud::AlloyDB::V1alpha::SslConfig
Returns Optional. SSL config option for this instance.
779 780 781 782 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 779 class ClientConnectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |