/AWS1/CL_ASCCAPACITYFORECAST¶
A GetPredictiveScalingForecast
call returns the capacity forecast for a
predictive scaling policy. This structure includes the data points for that capacity
forecast, along with the timestamps of those data points.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IT_TIMESTAMPS
TYPE /AWS1/CL_ASCPREDICTIVESCAFCT00=>TT_PREDICTIVESCALINGFCTSMPS
TT_PREDICTIVESCALINGFCTSMPS
¶
The timestamps for the data points, in UTC format.
IT_VALUES
TYPE /AWS1/CL_ASCPREDICTIVESCAFCV00=>TT_PREDICTIVESCALINGFCVALUES
TT_PREDICTIVESCALINGFCVALUES
¶
The values of the data points.
Queryable Attributes¶
Timestamps¶
The timestamps for the data points, in UTC format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMESTAMPS() |
Getter for TIMESTAMPS, with configurable default |
ASK_TIMESTAMPS() |
Getter for TIMESTAMPS w/ exceptions if field has no value |
HAS_TIMESTAMPS() |
Determine if TIMESTAMPS has a value |
Values¶
The values of the data points.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES has a value |