Service Level Objective Interval
data class ServiceLevelObjectiveInterval(val calendarInterval: ServiceLevelObjectiveCalendarInterval? = null, val rollingInterval: ServiceLevelObjectiveRollingInterval? = null)
The time period used to evaluate the SLO. It can be either a calendar interval or rolling interval. If you omit this parameter, a rolling interval of 7 days is used.
Constructors
Link copied to clipboard
constructor(calendarInterval: ServiceLevelObjectiveCalendarInterval? = null, rollingInterval: ServiceLevelObjectiveRollingInterval? = null)