Class SLOCorrectionCreateRequestAttributes

The attribute object associated with the SLO correction to be created.

Hierarchy

  • SLOCorrectionCreateRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Category the SLO correction belongs to.

description?: string

Description of the correction being made.

duration?: number

Length of time (in seconds) for a specified rrule recurring SLO correction.

end?: number

Ending time of the correction in epoch seconds.

rrule?: string

The recurrence rules as defined in the iCalendar RFC 5545. The supported rules for SLO corrections are FREQ, INTERVAL, COUNT, UNTIL and BYDAY.

sloId: string

ID of the SLO that this correction applies to.

start: number

Starting time of the correction in epoch seconds.

timezone?: string

The timezone to display in the UI for the correction times (defaults to "UTC").

Generated using TypeDoc