Class LoggingConfig (1.0.0-beta01)

public sealed class LoggingConfig : IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessage

Parameters that describe the Logging configuration in a cluster.

Inheritance

Object > LoggingConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

LoggingConfig()

public LoggingConfig()

LoggingConfig(LoggingConfig)

public LoggingConfig(LoggingConfig other)
Parameter
NameDescription
otherLoggingConfig

Properties

ComponentConfig

public LoggingComponentConfig ComponentConfig { get; set; }

The configuration of the logging components;

Property Value
TypeDescription
LoggingComponentConfig