public sealed class DnsCacheConfig : IMessage<DnsCacheConfig>, IEquatable<DnsCacheConfig>, IDeepCloneable<DnsCacheConfig>, IBufferMessage, IMessageConfiguration for NodeLocal DNSCache
Implements
IMessage<DnsCacheConfig>, IEquatable<DnsCacheConfig>, IDeepCloneable<DnsCacheConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
DnsCacheConfig()
public DnsCacheConfig()DnsCacheConfig(DnsCacheConfig)
public DnsCacheConfig(DnsCacheConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DnsCacheConfig |
Properties
Enabled
public bool Enabled { get; set; }Whether NodeLocal DNSCache is enabled for this cluster.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|