public sealed class Instance.Types.ReadPoolConfig : IMessage<Instance.Types.ReadPoolConfig>, IEquatable<Instance.Types.ReadPoolConfig>, IDeepCloneable<Instance.Types.ReadPoolConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class Instance.Types.ReadPoolConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Instance.Types.ReadPoolConfig` class within the Google Cloud AlloyDB v1 API."],["The `ReadPoolConfig` class is used to configure read pool instances, specifically setting the number of nodes for read capacity."],["The content lists the availability of the `ReadPoolConfig` class across various versions of the API, ranging from version 1.0.0 to the latest 1.9.0, and the current selected version is 1.6.0."],["`ReadPoolConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer operations."],["The `ReadPoolConfig` class includes a `NodeCount` property of type `int`, which is used to define the read capacity by setting the number of nodes in a read pool instance."]]],[]]