Google Kubernetes Engine v1 API - Class LoggingComponentConfig (3.2.0)

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

Reference documentation and code samples for the Google Kubernetes Engine v1 API class LoggingComponentConfig.

LoggingComponentConfig is cluster logging component configuration.

Inheritance

Object > LoggingComponentConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

LoggingComponentConfig()

public LoggingComponentConfig()

LoggingComponentConfig(LoggingComponentConfig)

public LoggingComponentConfig(LoggingComponentConfig other)
Parameter
NameDescription
otherLoggingComponentConfig

Properties

EnableComponents

public RepeatedField<LoggingComponentConfig.Types.Component> EnableComponents { get; }

Select components to collect logs. An empty set would disable all logging.

Property Value
TypeDescription
RepeatedField<LoggingComponentConfig.Types.Component>