Class: DatadogAPIClient::V2::RumRateLimitCustomConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumRateLimitCustomConfig
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#daily_reset_time ⇒ Object
readonly
The time of day when the daily quota resets, in
HH:MM24-hour format. -
#daily_reset_timezone ⇒ Object
readonly
The timezone offset used for the daily reset time, in
±HH:MMformat. -
#quota_reached_action ⇒ Object
readonly
The action to take when the session quota is reached.
-
#session_limit ⇒ Object
readonly
The maximum number of sessions allowed within the window.
-
#window_type ⇒ Object
readonly
The window type over which the session limit is enforced.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_time ⇒ Object
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_timezone ⇒ Object
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_action ⇒ Object
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_limit ⇒ Object
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_type ⇒ Object
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 |