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 page provides a comprehensive list of versions for the `ConfigConnectorConfig` class within the `Google.Cloud.Container.V1` namespace, ranging from version 3.33.0 (latest) down to 2.3.0."],["The `ConfigConnectorConfig` class is a part of the `Google.Cloud.Container.V1` library, used to manage configuration options for the Config Connector add-on in Google Cloud Container environments, and is accessible in the `Google.Cloud.Container.V1.dll` assembly."],["This class implements several interfaces including `IMessage\u003cConfigConnectorConfig\u003e`, `IEquatable\u003cConfigConnectorConfig\u003e`, `IDeepCloneable\u003cConfigConnectorConfig\u003e`, `IBufferMessage`, and `IMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer operations."],["The class includes a boolean property named `Enabled` which controls whether the Config Connector is activated for a specific cluster."],["There are two constructors available to initialize the class either without parameters or using another `ConfigConnectorConfig` instance."]]],[]]