AlloyDB v1 API - Class Instance.Types.ClientConnectionConfig (1.6.0)

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 v1 API class Instance.Types.ClientConnectionConfig.

Client connection configuration

Inheritance

object > Instance.Types.ClientConnectionConfig

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

ClientConnectionConfig()

public ClientConnectionConfig()

ClientConnectionConfig(ClientConnectionConfig)

public ClientConnectionConfig(Instance.Types.ClientConnectionConfig other)
Parameter
NameDescription
otherInstanceTypesClientConnectionConfig

Properties

RequireConnectors

public bool RequireConnectors { get; set; }

Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.

Property Value
TypeDescription
bool

SslConfig

public SslConfig SslConfig { get; set; }

Optional. SSL config option for this instance.

Property Value
TypeDescription
SslConfig