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

com.pulumi.azurenative.iotoperations.kotlin.outputs.CardinalityResponse.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.

There is a newer version: 2.82.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.iotoperations.kotlin.outputs

import kotlin.Suppress

/**
 * Cardinality properties
 * @property backendChain The backend broker desired properties
 * @property frontend The frontend desired properties
 */
public data class CardinalityResponse(
    public val backendChain: BackendChainResponse,
    public val frontend: FrontendResponse,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.iotoperations.outputs.CardinalityResponse): CardinalityResponse = CardinalityResponse(
            backendChain = javaType.backendChain().let({ args0 ->
                com.pulumi.azurenative.iotoperations.kotlin.outputs.BackendChainResponse.Companion.toKotlin(args0)
            }),
            frontend = javaType.frontend().let({ args0 ->
                com.pulumi.azurenative.iotoperations.kotlin.outputs.FrontendResponse.Companion.toKotlin(args0)
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy