Class: DatadogAPIClient::V1::SLOCorrectionUpdateRequestAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb

Overview

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

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

Ending time of the correction in epoch seconds.



34
35
36
# File 'lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb', line 34

def _end
  @_end
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



46
47
48
# File 'lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb', line 46

def additional_properties
  @additional_properties
end

#categoryObject

Category the SLO correction belongs to.



25
26
27
# File 'lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb', line 25

def category
  @category
end

#descriptionObject

Description of the correction being made.



28
29
30
# File 'lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb', line 28

def description
  @description
end

#durationObject

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



31
32
33
# File 'lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb', line 31

def duration
  @duration
end

#rruleObject

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



38
39
40
# File 'lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb', line 38

def rrule
  @rrule
end

#startObject

Starting time of the correction in epoch seconds.



41
42
43
# File 'lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb', line 41

def start
  @start
end

#timezoneObject

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



44
45
46
# File 'lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb', line 44

def timezone
  @timezone
end