public sealed class Instance.Types.ClientConnectionConfig : IMessage<Instance.Types.ClientConnectionConfig>, IEquatable<Instance.Types.ClientConnectionConfig>, IDeepCloneable<Instance.Types.ClientConnectionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class Instance.Types.ClientConnectionConfig.
Client connection configuration
Implements
IMessageInstanceTypesClientConnectionConfig, IEquatableInstanceTypesClientConnectionConfig, IDeepCloneableInstanceTypesClientConnectionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.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 config option for this instance.
Property Value | |
---|---|
Type | Description |
SslConfig |