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.
Implements
IMessage<ConfigConnectorConfig>, IEquatable<ConfigConnectorConfig>, IDeepCloneable<ConfigConnectorConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ConfigConnectorConfig()
public ConfigConnectorConfig()
ConfigConnectorConfig(ConfigConnectorConfig)
public ConfigConnectorConfig(ConfigConnectorConfig other)
Parameter | |
---|---|
Name | Description |
other | ConfigConnectorConfig |
Properties
Enabled
public bool Enabled { get; set; }
Whether Cloud Connector is enabled for this cluster.
Property Value | |
---|---|
Type | Description |
Boolean |