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
-
#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
#global_time_target ⇒ Object
Defined global time target.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 29 def global_time_target @global_time_target end |
#show_error_budget ⇒ Object
Defined error budget.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 32 def show_error_budget @show_error_budget end |
#slo_id ⇒ Object
ID of the SLO displayed.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 35 def slo_id @slo_id end |
#time_windows ⇒ Object
Times being monitored.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 38 def time_windows @time_windows end |
#title ⇒ Object
Title of the widget.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 41 def title @title end |
#title_align ⇒ Object
How to align the text on the widget.
44 45 46 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 44 def title_align @title_align end |
#title_size ⇒ Object
Size of the title.
47 48 49 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 47 def title_size @title_size end |
#type ⇒ Object
Type of the SLO widget.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 50 def type @type end |
#view_mode ⇒ Object
Define how you want the SLO to be displayed.
53 54 55 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 53 def view_mode @view_mode end |
#view_type ⇒ Object
Type of view displayed by the widget.
56 57 58 |
# File 'lib/datadog_api_client/v1/models/slo_widget_definition.rb', line 56 def view_type @view_type end |