com.pulumi.googlenative.bigtableadmin.v2.kotlin.outputs.ClusterConfigResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.bigtableadmin.v2.kotlin.outputs
import kotlin.Suppress
/**
* Configuration for a cluster.
* @property clusterAutoscalingConfig Autoscaling configuration for this cluster.
*/
public data class ClusterConfigResponse(
public val clusterAutoscalingConfig: ClusterAutoscalingConfigResponse,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.bigtableadmin.v2.outputs.ClusterConfigResponse): ClusterConfigResponse = ClusterConfigResponse(
clusterAutoscalingConfig = javaType.clusterAutoscalingConfig().let({ args0 ->
com.pulumi.googlenative.bigtableadmin.v2.kotlin.outputs.ClusterAutoscalingConfigResponse.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy