Class: DatadogAPIClient::V1::SLOCorrectionUpdateRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOCorrectionUpdateRequestAttributes
- 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
-
#_end ⇒ Object
Ending time of the correction in epoch seconds.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#category ⇒ Object
Category the SLO correction belongs to.
-
#description ⇒ Object
Description of the correction being made.
-
#duration ⇒ Object
Length of time (in seconds) for a specified ‘rrule` recurring SLO correction.
-
#rrule ⇒ Object
The recurrence rules as defined in the iCalendar RFC 5545.
-
#start ⇒ Object
Starting time of the correction in epoch seconds.
-
#timezone ⇒ Object
The timezone to display in the UI for the correction times (defaults to “UTC”).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
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_properties ⇒ Object
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 |
#category ⇒ Object
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 |
#description ⇒ Object
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 |
#duration ⇒ Object
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 |
#rrule ⇒ Object
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 |
#start ⇒ Object
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 |
#timezone ⇒ Object
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 |