MetastoreServiceScalingConfigAutoscalingConfigArgs

data class MetastoreServiceScalingConfigAutoscalingConfigArgs(val autoscalingEnabled: Output<Boolean>? = null, val autoscalingFactor: Output<Double>? = null, val limitConfig: Output<MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs>? = null) : ConvertibleToJava<MetastoreServiceScalingConfigAutoscalingConfigArgs>

Constructors

constructor(autoscalingEnabled: Output<Boolean>? = null, autoscalingFactor: Output<Double>? = null, limitConfig: Output<MetastoreServiceScalingConfigAutoscalingConfigLimitConfigArgs>? = null)

Properties

Link copied to clipboard
val autoscalingEnabled: Output<Boolean>? = null

Defines whether autoscaling is enabled. The default value is false.

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

(Output) Output only. The scaling factor of a service with autoscaling enabled.

Link copied to clipboard

Represents the limit configuration of a metastore service. Structure is documented below.

Functions

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