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 the webpage listing versions back to 2.3.0 for reference."],["`ConfigConnectorConfig` is a class within the `Google.Cloud.Container.V1` namespace, representing configuration options for the Config Connector add-on."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which defines its functionalities and properties."],["`ConfigConnectorConfig` offers a constructor to initialize a new instance and another one to create a new instance by copying an existing `ConfigConnectorConfig` object."],["The class provides an `Enabled` property which is a boolean value determining whether Cloud Connector is enabled."]]],[]]