ServiceLevelObjectiveInterval

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the interval is a calendar interval, this structure contains the interval specifications.

Link copied to clipboard

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