Skip to content

/AWS1/CL_CWSROLLINGINTERVAL

If the interval for this SLO is a rolling interval, this structure contains the interval specifications.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_DURATIONUNIT TYPE /AWS1/CWSDURATIONUNIT /AWS1/CWSDURATIONUNIT

Specifies the rolling interval unit.

IV_DURATION TYPE /AWS1/CWSROLLINGINTERVALDUR /AWS1/CWSROLLINGINTERVALDUR

Specifies the duration of each rolling interval. For example, if Duration is 7 and DurationUnit is DAY, each rolling interval is seven days.


Queryable Attributes

DurationUnit

Specifies the rolling interval unit.

Accessible with the following methods

Method Description
GET_DURATIONUNIT() Getter for DURATIONUNIT, with configurable default
ASK_DURATIONUNIT() Getter for DURATIONUNIT w/ exceptions if field has no value
HAS_DURATIONUNIT() Determine if DURATIONUNIT has a value

Duration

Specifies the duration of each rolling interval. For example, if Duration is 7 and DurationUnit is DAY, each rolling interval is seven days.

Accessible with the following methods

Method Description
GET_DURATION() Getter for DURATION, with configurable default
ASK_DURATION() Getter for DURATION w/ exceptions if field has no value
HAS_DURATION() Determine if DURATION has a value