Class: Google::Cloud::AlloyDB::V1::Instance::ConnectionPoolConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::Instance::ConnectionPoolConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/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).
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1128 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.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1128 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.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1128 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 |