ConnectorCapacityAutoscalingArgs

data class ConnectorCapacityAutoscalingArgs(val maxWorkerCount: Output<Int>, val mcuCount: Output<Int>? = null, val minWorkerCount: Output<Int>, val scaleInPolicy: Output<ConnectorCapacityAutoscalingScaleInPolicyArgs>? = null, val scaleOutPolicy: Output<ConnectorCapacityAutoscalingScaleOutPolicyArgs>? = null) : ConvertibleToJava<ConnectorCapacityAutoscalingArgs>

Constructors

Link copied to clipboard
constructor(maxWorkerCount: Output<Int>, mcuCount: Output<Int>? = null, minWorkerCount: Output<Int>, scaleInPolicy: Output<ConnectorCapacityAutoscalingScaleInPolicyArgs>? = null, scaleOutPolicy: Output<ConnectorCapacityAutoscalingScaleOutPolicyArgs>? = null)

Properties

Link copied to clipboard
val maxWorkerCount: Output<Int>

The maximum number of workers allocated to the connector.

Link copied to clipboard
val mcuCount: Output<Int>? = null

The number of microcontroller units (MCUs) allocated to each connector worker. Valid values: 1, 2, 4, 8. The default value is 1.

Link copied to clipboard
val minWorkerCount: Output<Int>

The minimum number of workers allocated to the connector.

Link copied to clipboard

The scale-in policy for the connector. See below.

Link copied to clipboard

The scale-out policy for the connector. See below.

Functions

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