public sealed class LoggingConfig : IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class LoggingConfig.
LoggingConfig is cluster logging configuration.
Implements
IMessageLoggingConfig, IEquatableLoggingConfig, IDeepCloneableLoggingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
LoggingConfig()
public LoggingConfig()
LoggingConfig(LoggingConfig)
public LoggingConfig(LoggingConfig other)
Parameter | |
---|---|
Name | Description |
other | LoggingConfig |
Properties
ComponentConfig
public LoggingComponentConfig ComponentConfig { get; set; }
Logging components configuration
Property Value | |
---|---|
Type | Description |
LoggingComponentConfig |