Module: Google::Cloud::AlloyDB::V1alpha::Instance::ConnectionPoolConfig::PoolMode
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
The pool mode. Defaults to POOL_MODE_TRANSACTION.
Constant Summary collapse
- POOL_MODE_UNSPECIFIED =
The pool mode is not specified. Defaults to
POOL_MODE_TRANSACTION. 0- POOL_MODE_SESSION =
Server is released back to pool after a client disconnects.
1- POOL_MODE_TRANSACTION =
Server is released back to pool after a transaction finishes.
2