Show / Hide Table of Contents

Class ConnectionPoolConfig

Configuration for Managed Connection Pool (MCP).

Inheritance
object
ConnectionPoolConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX