Class: DatadogAPIClient::V1::MonitorOptionsSchedulingOptions

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb

Overview

Configuration options for scheduling.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#custom_scheduleObject

Configuration options for the custom schedule. This feature is in private beta.



25
26
27
# File 'lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb', line 25

def custom_schedule
  @custom_schedule
end

#evaluation_windowObject

Configuration options for the evaluation window. If hour_starts is set, no other fields may be set. Otherwise, day_starts and month_starts must be set together.



28
29
30
# File 'lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb', line 28

def evaluation_window
  @evaluation_window
end