Class: Google::Cloud::AlloyDB::V1beta::Instance::ConnectionPoolConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::Instance::ConnectionPoolConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/resources.rb
Overview
Configuration for Managed Connection Pool (MCP).
Defined Under Namespace
Classes: FlagsEntry
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
-
#flags ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#pooler_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Optional. Whether to enable Managed Connection Pool (MCP).
1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1182 class ConnectionPoolConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class FlagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#flags ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Connection Pool flags, as a list of "key": "value" pairs.
1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1182 class ConnectionPoolConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class FlagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#pooler_count ⇒ ::Integer (readonly)
Returns Output only. The number of running poolers per instance.
1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1182 class ConnectionPoolConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class FlagsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |