Class ConnectionPoolConfig
Configuration for Managed Connection Pool (MCP).
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class ConnectionPoolConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
Optional. Whether to enable Managed Connection Pool (MCP).
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Flags
Optional. Connection Pool flags, as a list of "key": "value" pairs.
Declaration
[JsonProperty("flags")]
public virtual IDictionary<string, string> Flags { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
PoolerCount
Output only. The number of running poolers per instance.
Declaration
[JsonProperty("poolerCount")]
public virtual int? PoolerCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |