/AWS1/CL_ASCGETPREDICTIVESCA01¶
GetPredictiveScalingForecastAnswer
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IT_LOADFORECAST
TYPE /AWS1/CL_ASCLOADFORECAST=>TT_LOADFORECASTS
TT_LOADFORECASTS
¶
The load forecast.
IO_CAPACITYFORECAST
TYPE REF TO /AWS1/CL_ASCCAPACITYFORECAST
/AWS1/CL_ASCCAPACITYFORECAST
¶
The capacity forecast.
IV_UPDATETIME
TYPE /AWS1/ASCTIMESTAMPTYPE
/AWS1/ASCTIMESTAMPTYPE
¶
The time the forecast was made.
Queryable Attributes¶
LoadForecast¶
The load forecast.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOADFORECAST() |
Getter for LOADFORECAST, with configurable default |
ASK_LOADFORECAST() |
Getter for LOADFORECAST w/ exceptions if field has no value |
HAS_LOADFORECAST() |
Determine if LOADFORECAST has a value |
CapacityForecast¶
The capacity forecast.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CAPACITYFORECAST() |
Getter for CAPACITYFORECAST |
UpdateTime¶
The time the forecast was made.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |