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

com.pulumi.googlenative.tpu.v2alpha1.kotlin.outputs.TpuResponse.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.tpu.v2alpha1.kotlin.outputs

import kotlin.Suppress
import kotlin.collections.List

/**
 * Details of the TPU resource(s) being requested.
 * @property nodeSpec The TPU node(s) being requested.
 */
public data class TpuResponse(
    public val nodeSpec: List,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.tpu.v2alpha1.outputs.TpuResponse): TpuResponse = TpuResponse(
            nodeSpec = javaType.nodeSpec().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.googlenative.tpu.v2alpha1.kotlin.outputs.NodeSpecResponse.Companion.toKotlin(args0)
                })
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy