public sealed class NodePoolLoggingConfig : IMessage<NodePoolLoggingConfig>, IEquatable<NodePoolLoggingConfig>, IDeepCloneable<NodePoolLoggingConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class NodePoolLoggingConfig.
NodePoolLoggingConfig specifies logging configuration for nodepools.
Implements
IMessage<NodePoolLoggingConfig>, IEquatable<NodePoolLoggingConfig>, IDeepCloneable<NodePoolLoggingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
NodePoolLoggingConfig()
public NodePoolLoggingConfig()NodePoolLoggingConfig(NodePoolLoggingConfig)
public NodePoolLoggingConfig(NodePoolLoggingConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NodePoolLoggingConfig |
Properties
VariantConfig
public LoggingVariantConfig VariantConfig { get; set; }Logging variant configuration.
| Property Value | |
|---|---|
| Type | Description |
LoggingVariantConfig |
|