Class: Google::Cloud::AlloyDB::V1alpha::Instance::ReadPoolConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Instance::ReadPoolConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
Configuration for a read pool instance.
Instance Attribute Summary collapse
-
#node_count ⇒ ::Integer
Read capacity, i.e.
Instance Attribute Details
#node_count ⇒ ::Integer
Returns Read capacity, i.e. number of nodes in a read pool instance.
744 745 746 747 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 744 class ReadPoolConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |