public sealed class LoggingComponentConfig : IMessage<LoggingComponentConfig>, IEquatable<LoggingComponentConfig>, IDeepCloneable<LoggingComponentConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class LoggingComponentConfig.
Parameters that describe the Logging component configuration in a cluster.
Implements
IMessageLoggingComponentConfig, IEquatableLoggingComponentConfig, IDeepCloneableLoggingComponentConfig, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.GkeMultiCloudV1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
LoggingComponentConfig()
public LoggingComponentConfig()
LoggingComponentConfig(LoggingComponentConfig)
public LoggingComponentConfig(LoggingComponentConfig other)
Parameter | |
---|---|
Name | Description |
other | LoggingComponentConfig |
Properties
EnableComponents
public RepeatedField<LoggingComponentConfig.Types.Component> EnableComponents { get; }
The components to be enabled.
Property Value | |
---|---|
Type | Description |
RepeatedFieldLoggingComponentConfigTypesComponent |