Class: DatadogAPIClient::V2::RumRateLimitCustomConfig

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

Overview

The configuration used when mode is custom.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb', line 39

def additional_properties
  @additional_properties
end

#daily_reset_timeObject

The time of day when the daily quota resets, in HH:MM 24-hour format.



25
26
27
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb', line 25

def daily_reset_time
  @daily_reset_time
end

#daily_reset_timezoneObject

The timezone offset used for the daily reset time, in ±HH:MM format.



28
29
30
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb', line 28

def daily_reset_timezone
  @daily_reset_timezone
end

#quota_reached_actionObject

The action to take when the session quota is reached.



31
32
33
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb', line 31

def quota_reached_action
  @quota_reached_action
end

#session_limitObject

The maximum number of sessions allowed within the window.



34
35
36
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb', line 34

def session_limit
  @session_limit
end

#window_typeObject

The window type over which the session limit is enforced.



37
38
39
# File 'lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb', line 37

def window_type
  @window_type
end