Class: Google::Cloud::AlloyDB::V1beta::Instance::ConnectionPoolConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enabled::Boolean

Returns Optional. Whether to enable Managed Connection Pool (MCP).

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    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.

Returns:

  • (::Integer)

    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