AutoScalingUpdate

The updates to the auto scaling parameters for the connector.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of tasks allocated to the connector during autoscaling operations. Must be at least equal to maxWorkerCount.

Link copied to clipboard

The target maximum number of workers allocated to the connector.

Link copied to clipboard

The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

Link copied to clipboard

The target minimum number of workers allocated to the connector.

Link copied to clipboard

The target scale-in policy for the connector.

Link copied to clipboard

The target scale-out policy for the connector.

Functions

Link copied to clipboard
inline fun copy(block: AutoScalingUpdate.Builder.() -> Unit = {}): AutoScalingUpdate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String