com.pulumi.googlenative.container.v1.kotlin.outputs.GcfsConfigResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.container.v1.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
* GcfsConfig contains configurations of Google Container File System (image streaming).
* @property enabled Whether to use GCFS.
*/
public data class GcfsConfigResponse(
public val enabled: Boolean,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.container.v1.outputs.GcfsConfigResponse): GcfsConfigResponse = GcfsConfigResponse(
enabled = javaType.enabled(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy