Skip to content

/AWS1/CL_KFCAUTOSCALING

Specifies how the connector scales.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_maxworkercount TYPE /AWS1/KFC__INTEGER /AWS1/KFC__INTEGER

The maximum number of workers allocated to the connector.

iv_mcucount TYPE /AWS1/KFC__INTEGERMIN1MAX8 /AWS1/KFC__INTEGERMIN1MAX8

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.

Optional arguments:

io_scaleinpolicy TYPE REF TO /AWS1/CL_KFCSCALEINPOLICY /AWS1/CL_KFCSCALEINPOLICY

The scale-in policy for the connector.

io_scaleoutpolicy TYPE REF TO /AWS1/CL_KFCSCALEOUTPOLICY /AWS1/CL_KFCSCALEOUTPOLICY

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