Class: Google::Apis::AlloydbV1beta::ReadPoolConfig
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1beta::ReadPoolConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1beta/classes.rb,
lib/google/apis/alloydb_v1beta/representations.rb,
lib/google/apis/alloydb_v1beta/representations.rb
Overview
Configuration for a read pool instance.
Instance Attribute Summary collapse
-
#node_count ⇒ Fixnum
Read capacity, i.e.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReadPoolConfig
constructor
A new instance of ReadPoolConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReadPoolConfig
Returns a new instance of ReadPoolConfig.
2171 2172 2173 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 2171 def initialize(**args) update!(**args) end |
Instance Attribute Details
#node_count ⇒ Fixnum
Read capacity, i.e. number of nodes in a read pool instance.
Corresponds to the JSON property nodeCount
2169 2170 2171 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 2169 def node_count @node_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2176 2177 2178 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 2176 def update!(**args) @node_count = args[:node_count] if args.key?(:node_count) end |