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
1007 1008 1009 1010 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1007 class ReadPoolConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |