Google Kubernetes Engine v1 API - Class ConfigConnectorConfig (3.25.0)

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.

Inheritance

object > ConfigConnectorConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

ConfigConnectorConfig()

public ConfigConnectorConfig()

ConfigConnectorConfig(ConfigConnectorConfig)

public ConfigConnectorConfig(ConfigConnectorConfig other)
Parameter
NameDescription
otherConfigConnectorConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether Cloud Connector is enabled for this cluster.

Property Value
TypeDescription
bool