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

com.pulumi.azurenative.apimanagement.kotlin.outputs.BackendPropertiesResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.apimanagement.kotlin.outputs

import kotlin.Suppress

/**
 * Properties specific to the Backend Type.
 * @property serviceFabricCluster Backend Service Fabric Cluster Properties
 */
public data class BackendPropertiesResponse(
    public val serviceFabricCluster: BackendServiceFabricClusterPropertiesResponse? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.apimanagement.outputs.BackendPropertiesResponse): BackendPropertiesResponse = BackendPropertiesResponse(
            serviceFabricCluster = javaType.serviceFabricCluster().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azurenative.apimanagement.kotlin.outputs.BackendServiceFabricClusterPropertiesResponse.Companion.toKotlin(args0)
                })
            }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy