Class: DatadogAPIClient::V1::SLOWidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOWidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_widget_definition.rb
Overview
Use the SLO and uptime widget to track your SLOs (Service Level Objectives) and uptime on screenboards and timeboards.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#additional_query_filters ⇒ Object
Additional filters applied to the SLO query.
-
#global_time_target ⇒ Object
Defined global time target.
-
#show_error_budget ⇒ Object
Defined error budget.
-
#slo_id ⇒ Object
ID of the SLO displayed.
-
#time_windows ⇒ Object
Times being monitored.
-
#title ⇒ Object
Title of the widget.
-
#title_align ⇒ Object
How to align the text on the widget.
-
#title_size ⇒ Object
Size of the title.
-
#type ⇒ Object
readonly
Type of the SLO widget.
-
#view_mode ⇒ Object
Define how you want the SLO to be displayed.
-
#view_type ⇒ Object
readonly
Type of view displayed by the widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 57 def additional_properties @additional_properties end |
#additional_query_filters ⇒ Object
Additional filters applied to the SLO query.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 25 def additional_query_filters @additional_query_filters end |
#global_time_target ⇒ Object
Defined global time target.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 28 def global_time_target @global_time_target end |
#show_error_budget ⇒ Object
Defined error budget.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 31 def show_error_budget @show_error_budget end |
#slo_id ⇒ Object
ID of the SLO displayed.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 34 def slo_id @slo_id end |
#time_windows ⇒ Object
Times being monitored.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 37 def time_windows @time_windows end |
#title ⇒ Object
Title of the widget.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 40 def title @title end |
#title_align ⇒ Object
How to align the text on the widget.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 43 def title_align @title_align end |
#title_size ⇒ Object
Size of the title.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 46 def title_size @title_size end |
#type ⇒ Object
Type of the SLO widget.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 49 def type @type end |
#view_mode ⇒ Object
Define how you want the SLO to be displayed.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 52 def view_mode @view_mode end |
#view_type ⇒ Object
Type of view displayed by the widget.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 55 def view_type @view_type end |