Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ReadPoolConfig.
Configuration for a read pool instance.
Generated from protobuf message google.cloud.alloydb.v1.Instance.ReadPoolConfig
Namespace
Google \ Cloud \ AlloyDb \ V1 \ InstanceMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ node_count |
int
Read capacity, i.e. number of nodes in a read pool instance. |
getNodeCount
Read capacity, i.e. number of nodes in a read pool instance.
Returns | |
---|---|
Type | Description |
int |
setNodeCount
Read capacity, i.e. number of nodes in a read pool instance.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |