ConnectorCapacityProvisionedCapacity

data class ConnectorCapacityProvisionedCapacity(val mcuCount: Int? = null, val workerCount: Int)

Constructors

Link copied to clipboard
constructor(mcuCount: Int? = null, workerCount: Int)

Types

Link copied to clipboard
object Companion

Properties

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 number of workers that are allocated to the connector.