/AWS1/CL_CWSINTERVAL¶
The time period used to evaluate the SLO. It can be either a calendar interval or rolling interval.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_rollinginterval TYPE REF TO /AWS1/CL_CWSROLLINGINTERVAL /AWS1/CL_CWSROLLINGINTERVAL¶
If the interval is a rolling interval, this structure contains the interval specifications.
io_calendarinterval TYPE REF TO /AWS1/CL_CWSCALENDARINTERVAL /AWS1/CL_CWSCALENDARINTERVAL¶
If the interval is a calendar interval, this structure contains the interval specifications.
Queryable Attributes¶
RollingInterval¶
If the interval is a rolling interval, this structure contains the interval specifications.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ROLLINGINTERVAL() | Getter for ROLLINGINTERVAL | 
CalendarInterval¶
If the interval is a calendar interval, this structure contains the interval specifications.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CALENDARINTERVAL() | Getter for CALENDARINTERVAL |