public sealed class ConfigConnectorConfig : IMessage<ConfigConnectorConfig>, IEquatable<ConfigConnectorConfig>, IDeepCloneable<ConfigConnectorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ConfigConnectorConfig.
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."],[[["This webpage provides reference documentation for the `ConfigConnectorConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET library."],["The latest version of the documentation available is 3.33.0, while the current page is focused on version 3.27.0, and there is documentation for versions ranging down to 2.3.0."],["The `ConfigConnectorConfig` class, as an add-on for Google Kubernetes Engine, allows the user to configure the Config Connector and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`."],["The class `ConfigConnectorConfig` contains one main public property: `Enabled`, which is a boolean value indicating whether the cloud connector is enabled for a specific cluster."],["The `ConfigConnectorConfig` class offers two constructors: a default constructor and one that allows creating a copy of another `ConfigConnectorConfig` object, by taking it as a parameter."]]],[]]