ClusterServerlessV2ScalingConfigurationArgs

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

Constructors

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

Properties

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

Functions

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