Google Kubernetes Engine v1 API - Class LoggingConfig (3.25.0)

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.

Inheritance

object > LoggingConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

LoggingConfig()

public LoggingConfig()

LoggingConfig(LoggingConfig)

public LoggingConfig(LoggingConfig other)
Parameter
NameDescription
otherLoggingConfig

Properties

ComponentConfig

public LoggingComponentConfig ComponentConfig { get; set; }

Logging components configuration

Property Value
TypeDescription
LoggingComponentConfig