MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs

data class MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs(val maxScalingFactor: Output<Double>? = null, val minScalingFactor: Output<Double>? = null) : ConvertibleToJava<MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs>

Constructors

constructor(maxScalingFactor: Output<Double>? = null, minScalingFactor: Output<Double>? = null)

Properties

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

The maximum scaling factor that the service will autoscale to. The default value is 6.0.

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

The minimum scaling factor that the service will autoscale to. The default value is 0.1.

Functions

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