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

com.pulumi.azure.hdinsight.kotlin.outputs.HBaseClusterMetastores.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.hdinsight.kotlin.outputs

import kotlin.Suppress

/**
 *
 * @property ambari An `ambari` block as defined below.
 * @property hive A `hive` block as defined below.
 * @property oozie An `oozie` block as defined below.
 */
public data class HBaseClusterMetastores(
    public val ambari: HBaseClusterMetastoresAmbari? = null,
    public val hive: HBaseClusterMetastoresHive? = null,
    public val oozie: HBaseClusterMetastoresOozie? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.hdinsight.outputs.HBaseClusterMetastores): HBaseClusterMetastores = HBaseClusterMetastores(
            ambari = javaType.ambari().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azure.hdinsight.kotlin.outputs.HBaseClusterMetastoresAmbari.Companion.toKotlin(args0)
                })
            }).orElse(null),
            hive = javaType.hive().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azure.hdinsight.kotlin.outputs.HBaseClusterMetastoresHive.Companion.toKotlin(args0)
                })
            }).orElse(null),
            oozie = javaType.oozie().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azure.hdinsight.kotlin.outputs.HBaseClusterMetastoresOozie.Companion.toKotlin(args0)
                })
            }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy