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-04-09 UTC."],[[["This page provides documentation for the `ConfigConnectorConfig` class within the `Google.Cloud.Container.V1` namespace, specifically version 2.5.0 of the library, and provides links to documentation of versions up to 3.33.0."],["`ConfigConnectorConfig` is used to define the configuration options for the Config Connector add-on."],["The class `ConfigConnectorConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from Object, with a number of inherited members."],["The `ConfigConnectorConfig` class has a property called `Enabled` which is a boolean that indicates if Cloud Connector is enabled for a cluster."],["There are two constructor options available for `ConfigConnectorConfig` one default and one that takes in another `ConfigConnectorConfig` object."]]],[]]