
com.pulumi.googlenative.gkehub.v1beta.kotlin.outputs.AppDevExperienceFeatureStateResponse.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.gkehub.v1beta.kotlin.outputs
import kotlin.Suppress
/**
* State for App Dev Exp Feature.
* @property networkingInstallSucceeded Status of subcomponent that detects configured Service Mesh resources.
*/
public data class AppDevExperienceFeatureStateResponse(
public val networkingInstallSucceeded: StatusResponse,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.gkehub.v1beta.outputs.AppDevExperienceFeatureStateResponse): AppDevExperienceFeatureStateResponse = AppDevExperienceFeatureStateResponse(
networkingInstallSucceeded = javaType.networkingInstallSucceeded().let({ args0 ->
com.pulumi.googlenative.gkehub.v1beta.kotlin.outputs.StatusResponse.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy