ScalingConfigArgs

data class ScalingConfigArgs(val instanceSize: Output<ScalingConfigInstanceSize>? = null, val scalingFactor: Output<Double>? = null) : ConvertibleToJava<ScalingConfigArgs>

Represents the scaling configuration of a metastore service.

Constructors

Link copied to clipboard
fun ScalingConfigArgs(instanceSize: Output<ScalingConfigInstanceSize>? = null, scalingFactor: Output<Double>? = null)

Functions

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

Properties

Link copied to clipboard

An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))

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

Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.