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 v1beta 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 document provides reference information for the `Instance.Types.ClientConnectionConfig` class within the AlloyDB v1beta API, specifically version 1.0.0-beta08."],["The `ClientConnectionConfig` class is a sealed class that is part of the `Google.Cloud.AlloyDb.V1Beta` namespace and is used for client connection configurations."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `ClientConnectionConfig` class include `RequireConnectors`, which enforces connector-only connections, and `SslConfig`, for managing SSL configuration."],["There are two constructors available for creating instances of `ClientConnectionConfig`: a default constructor and one that takes another `ClientConnectionConfig` instance as a parameter."]]],[]]