ClusterServerlessV2ScalingConfigurationArgs

data class ClusterServerlessV2ScalingConfigurationArgs(val maxCapacity: Output<Double>? = null, val minCapacity: Output<Double>? = null) : ConvertibleToJava<ClusterServerlessV2ScalingConfigurationArgs>

Constructors

fun ClusterServerlessV2ScalingConfigurationArgs(maxCapacity: Output<Double>? = null, minCapacity: Output<Double>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ClusterServerlessV2ScalingConfigurationArgs

Properties

Link copied to clipboard
val maxCapacity: Output<Double>? = null
Link copied to clipboard
val minCapacity: Output<Double>? = null