DnsCacheConfigArgs

data class DnsCacheConfigArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<DnsCacheConfigArgs>

Configuration for NodeLocal DNSCache

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether NodeLocal DNSCache is enabled for this cluster.

Functions

Link copied to clipboard
open override fun toJava(): DnsCacheConfigArgs