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

#global_time_targetObject

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_budgetObject

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_idObject

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_windowsObject

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

#titleObject

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_alignObject

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_sizeObject

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

#typeObject

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_modeObject

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_typeObject

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