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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ClientConnectionConfig` class within the Google Cloud AlloyDB v1 API, specifically for version 1.2.0, which is used to configure client connections to an AlloyDB instance."],["The `ClientConnectionConfig` class is part of the `Google.Cloud.AlloyDb.V1` namespace and is implemented in the `Google.Cloud.AlloyDb.V1.dll` assembly, and can be used to manage aspects like requiring connectors and SSL configurations."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["There are multiple versions of this API available, ranging from 1.0.0 to 1.9.0, with 1.9.0 being the latest version available."],["The class offers two constructors: a default constructor (`ClientConnectionConfig()`) and another that accepts an existing `ClientConnectionConfig` object for copying properties (`ClientConnectionConfig(ClientConnectionConfig other)`), also possessing two properties: `RequireConnectors`, a boolean to enforce connectors only connections, and `SslConfig`, to set the SSL options of the instance."]]],[]]