/AWS1/CL_GG2IOTJOBEXPRLOUTRATE¶
Contains information about an exponential rollout rate for a configuration deployment job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_baserateperminute TYPE /AWS1/GG2IOTJOBRLTBASERATEPE00 /AWS1/GG2IOTJOBRLTBASERATEPE00¶
The minimum number of devices that receive a pending job notification, per minute, when the job starts. This parameter defines the initial rollout rate of the job.
iv_incrementfactor TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The exponential factor to increase the rollout rate for the job.
This parameter supports up to one digit after the decimal (for example, you can specify
1.5, but not1.55).
io_rateincreasecriteria TYPE REF TO /AWS1/CL_GG2IOTJOBRATEINCCRIT /AWS1/CL_GG2IOTJOBRATEINCCRIT¶
The criteria to increase the rollout rate for the job.
Queryable Attributes¶
baseRatePerMinute¶
The minimum number of devices that receive a pending job notification, per minute, when the job starts. This parameter defines the initial rollout rate of the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASERATEPERMINUTE() |
Getter for BASERATEPERMINUTE, with configurable default |
ASK_BASERATEPERMINUTE() |
Getter for BASERATEPERMINUTE w/ exceptions if field has no v |
HAS_BASERATEPERMINUTE() |
Determine if BASERATEPERMINUTE has a value |
incrementFactor¶
The exponential factor to increase the rollout rate for the job.
This parameter supports up to one digit after the decimal (for example, you can specify
1.5, but not1.55).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCREMENTFACTOR() |
Getter for INCREMENTFACTOR, with configurable default |
ASK_INCREMENTFACTOR() |
Getter for INCREMENTFACTOR w/ exceptions if field has no val |
STR_INCREMENTFACTOR() |
String format for INCREMENTFACTOR, with configurable default |
HAS_INCREMENTFACTOR() |
Determine if INCREMENTFACTOR has a value |
rateIncreaseCriteria¶
The criteria to increase the rollout rate for the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RATEINCREASECRITERIA() |
Getter for RATEINCREASECRITERIA |