
com.pulumi.gcp.dataproc.kotlin.outputs.WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfig.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.dataproc.kotlin.outputs
import kotlin.Suppress
/**
*
* @property namespacedGkeDeploymentTarget A target for the deployment.
*/
public data class WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfig(
public val namespacedGkeDeploymentTarget: WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfigNamespacedGkeDeploymentTarget? =
null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.dataproc.outputs.WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfig): WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfig =
WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfig(
namespacedGkeDeploymentTarget = javaType.namespacedGkeDeploymentTarget().map({ args0 ->
args0.let({ args0 ->
com.pulumi.gcp.dataproc.kotlin.outputs.WorkflowTemplatePlacementManagedClusterConfigGkeClusterConfigNamespacedGkeDeploymentTarget.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy