Anthos Multi-Cloud v1 API - Class LoggingConfig (2.5.0)

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

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class LoggingConfig.

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