pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.container.v1beta1.kotlin.inputs
/
DnsCacheConfigArgs
Dns
Cache
Config
Args
data
class
DnsCacheConfigArgs
(
val
enabled
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
DnsCacheConfigArgs
>
Configuration for NodeLocal DNSCache
Constructors
Functions
Properties
Constructors
Dns
Cache
Config
Args
Link copied to clipboard
fun
DnsCacheConfigArgs
(
enabled
:
Output
<
Boolean
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DnsCacheConfigArgs
Properties
enabled
Link copied to clipboard
val
enabled
:
Output
<
Boolean
>
?
=
null
Whether NodeLocal DNSCache is enabled for this cluster.