Class: DatadogAPIClient::V1::SLOWidgetDefinition

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_filtersObject

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_targetObject

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_budgetObject

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_idObject

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_windowsObject

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

#titleObject

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_alignObject

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_sizeObject

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

#typeObject

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_modeObject

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_typeObject

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