
com.pulumi.googlenative.container.v1beta1.kotlin.outputs.DnsCacheConfigResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.container.v1beta1.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
* Configuration for NodeLocal DNSCache
* @property enabled Whether NodeLocal DNSCache is enabled for this cluster.
*/
public data class DnsCacheConfigResponse(
public val enabled: Boolean,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.container.v1beta1.outputs.DnsCacheConfigResponse): DnsCacheConfigResponse = DnsCacheConfigResponse(
enabled = javaType.enabled(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy