public sealed class Instance.Types.ClientConnectionConfig : IMessage<Instance.Types.ClientConnectionConfig>, IEquatable<Instance.Types.ClientConnectionConfig>, IDeepCloneable<Instance.Types.ClientConnectionConfig>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1 API class Instance.Types.ClientConnectionConfig.
Client connection configuration
Implements
IMessageInstanceTypesClientConnectionConfig, IEquatableInstanceTypesClientConnectionConfig, IDeepCloneableInstanceTypesClientConnectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
ClientConnectionConfig()
public ClientConnectionConfig()ClientConnectionConfig(ClientConnectionConfig)
public ClientConnectionConfig(Instance.Types.ClientConnectionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceTypesClientConnectionConfig |
Properties
RequireConnectors
public bool RequireConnectors { get; set; }Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SslConfig
public SslConfig SslConfig { get; set; }Optional. SSL configuration option for this instance.
| Property Value | |
|---|---|
| Type | Description |
SslConfig |
|