/AWS1/CL_LMDTARGETTRKSCAPOLICY¶
A scaling policy for the capacity provider that automatically adjusts capacity to maintain a target value for a specific metric.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_predefinedmetrictype TYPE /AWS1/LMDCAPPVDRPREDEFINEDME00 /AWS1/LMDCAPPVDRPREDEFINEDME00¶
The predefined metric type to track for scaling decisions.
iv_targetvalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The target value for the metric that the scaling policy attempts to maintain through scaling actions.
Queryable Attributes¶
PredefinedMetricType¶
The predefined metric type to track for scaling decisions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDEFINEDMETRICTYPE() |
Getter for PREDEFINEDMETRICTYPE, with configurable default |
ASK_PREDEFINEDMETRICTYPE() |
Getter for PREDEFINEDMETRICTYPE w/ exceptions if field has n |
HAS_PREDEFINEDMETRICTYPE() |
Determine if PREDEFINEDMETRICTYPE has a value |
TargetValue¶
The target value for the metric that the scaling policy attempts to maintain through scaling actions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETVALUE() |
Getter for TARGETVALUE, with configurable default |
ASK_TARGETVALUE() |
Getter for TARGETVALUE w/ exceptions if field has no value |
STR_TARGETVALUE() |
String format for TARGETVALUE, with configurable default |
HAS_TARGETVALUE() |
Determine if TARGETVALUE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CAPACITYPVDRSCALINGPOLLIST¶
TYPES TT_CAPACITYPVDRSCALINGPOLLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LMDTARGETTRKSCAPOLICY WITH DEFAULT KEY
.