All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.gkehub.v1alpha.kotlin.outputs.AppDevExperienceFeatureStateResponse.kt Maven / Gradle / Ivy

Go to download

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.v1alpha.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.v1alpha.outputs.AppDevExperienceFeatureStateResponse): AppDevExperienceFeatureStateResponse = AppDevExperienceFeatureStateResponse(
            networkingInstallSucceeded = javaType.networkingInstallSucceeded().let({ args0 ->
                com.pulumi.googlenative.gkehub.v1alpha.kotlin.outputs.StatusResponse.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy