public sealed class LoggingConfig : IMessage<LoggingConfig>, IEquatable<LoggingConfig>, IDeepCloneable<LoggingConfig>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class LoggingConfig.
Parameters that describe the Logging configuration in a cluster.
Implements
IMessageLoggingConfig, IEquatableLoggingConfig, IDeepCloneableLoggingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
LoggingConfig()
public LoggingConfig()LoggingConfig(LoggingConfig)
public LoggingConfig(LoggingConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
LoggingConfig |
Properties
ComponentConfig
public LoggingComponentConfig ComponentConfig { get; set; }The configuration of the logging components;
| Property Value | |
|---|---|
| Type | Description |
LoggingComponentConfig |
|