ConnectorCapacityAutoscaling

data class ConnectorCapacityAutoscaling(val maxWorkerCount: Int, val mcuCount: Int? = null, val minWorkerCount: Int, val scaleInPolicy: ConnectorCapacityAutoscalingScaleInPolicy? = null, val scaleOutPolicy: ConnectorCapacityAutoscalingScaleOutPolicy? = null)

Constructors

Link copied to clipboard
constructor(maxWorkerCount: Int, mcuCount: Int? = null, minWorkerCount: Int, scaleInPolicy: ConnectorCapacityAutoscalingScaleInPolicy? = null, scaleOutPolicy: ConnectorCapacityAutoscalingScaleOutPolicy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of workers allocated to the connector.

Link copied to clipboard
val mcuCount: 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

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.