![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.iotoperations.kotlin.outputs.CardinalityResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-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.
@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