public sealed class ConfigConnectorConfig : IMessage<ConfigConnectorConfig>, IEquatable<ConfigConnectorConfig>, IDeepCloneable<ConfigConnectorConfig>, IBufferMessage, IMessage
Configuration options for the Config Connector add-on.
[[["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."],[[["The latest version of `ConfigConnectorConfig` is 3.33.0, with many other previous versions available, ranging down to 2.3.0."],["`ConfigConnectorConfig` provides configuration options for the Config Connector add-on in Google Cloud Container."],["It inherits from the base .NET Object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `Enabled`, which determines if the Cloud Connector is enabled for the specific cluster."],["There are two constructors for `ConfigConnectorConfig`; one default constructor, and another that takes in another instance of `ConfigConnectorConfig`."]]],[]]