Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ConnectionPoolConfig.
Configuration for Managed Connection Pool (MCP).
Generated from protobuf message google.cloud.alloydb.v1.Instance.ConnectionPoolConfig
Namespace
Google \ Cloud \ AlloyDb \ V1 \ InstanceMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Optional. Whether to enable Managed Connection Pool (MCP).
↳ flags
array| Google\Protobuf\Internal\MapField
Optional. Connection Pool flags, as a list of "key": "value" pairs.
↳ pooler_count
int
Output only. The number of running poolers per instance.
getEnabled
Optional. Whether to enable Managed Connection Pool (MCP).
bool
setEnabled
Optional. Whether to enable Managed Connection Pool (MCP).
var
bool
$this
getFlags
Optional. Connection Pool flags, as a list of "key": "value" pairs.
setFlags
Optional. Connection Pool flags, as a list of "key": "value" pairs.
$this
getPoolerCount
Output only. The number of running poolers per instance.
int
setPoolerCount
Output only. The number of running poolers per instance.
var
int
$this

