Class: Google::Cloud::AlloyDB::V1::Instance::ConnectionPoolConfig

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

Instance Attribute Details

#enabled::Boolean

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

Returns:

  • (::Boolean)

    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.

Returns:

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

    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.

Returns:

  • (::Integer)

    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