AutoScaling

Specifies how the connector scales.

Types

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

Properties

Link copied to clipboard

The maximum number of workers allocated to the connector.

Link copied to clipboard

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

Link copied to clipboard

The minimum number of workers allocated to the connector.

Link copied to clipboard

The sacle-in policy for the connector.

Link copied to clipboard

The sacle-out policy for the connector.

Functions

Link copied to clipboard
inline fun copy(block: AutoScaling.Builder.() -> Unit = {}): AutoScaling
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