Skip to content

/AWS1/CL_KFCAUTOSCALINGDESC

Information about the auto scaling parameters for the connector.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_maxworkercount TYPE /AWS1/KFC__INTEGER /AWS1/KFC__INTEGER

The maximum number of workers allocated to the connector.

iv_mcucount TYPE /AWS1/KFC__INTEGER /AWS1/KFC__INTEGER

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

iv_minworkercount TYPE /AWS1/KFC__INTEGER /AWS1/KFC__INTEGER

The minimum number of workers allocated to the connector.

io_scaleinpolicy TYPE REF TO /AWS1/CL_KFCSCALEINPOLICYDESC /AWS1/CL_KFCSCALEINPOLICYDESC

The scale-in policy for the connector.

io_scaleoutpolicy TYPE REF TO /AWS1/CL_KFCSCALEOUTPOLICYDESC /AWS1/CL_KFCSCALEOUTPOLICYDESC

The scale-out policy for the connector.

iv_maxautoscalingtaskcount TYPE /AWS1/KFC__INTEGER /AWS1/KFC__INTEGER

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


Queryable Attributes

maxWorkerCount

The maximum number of workers allocated to the connector.

Accessible with the following methods

Method Description
GET_MAXWORKERCOUNT() Getter for MAXWORKERCOUNT

mcuCount

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

Accessible with the following methods

Method Description
GET_MCUCOUNT() Getter for MCUCOUNT

minWorkerCount

The minimum number of workers allocated to the connector.

Accessible with the following methods

Method Description
GET_MINWORKERCOUNT() Getter for MINWORKERCOUNT

scaleInPolicy

The scale-in policy for the connector.

Accessible with the following methods

Method Description
GET_SCALEINPOLICY() Getter for SCALEINPOLICY

scaleOutPolicy

The scale-out policy for the connector.

Accessible with the following methods

Method Description
GET_SCALEOUTPOLICY() Getter for SCALEOUTPOLICY

maxAutoscalingTaskCount

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

Accessible with the following methods

Method Description
GET_MAXAUTOSCALINGTASKCOUNT() Getter for MAXAUTOSCALINGTASKCOUNT