Class: DatadogAPIClient::V1::IPRanges
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::IPRanges
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/ip_ranges.rb
Overview
IP ranges.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#agents ⇒ Object
Available prefix information for the Agent endpoints.
-
#api ⇒ Object
Available prefix information for the API endpoints.
-
#apm ⇒ Object
Available prefix information for the APM endpoints.
-
#global ⇒ Object
Available prefix information for all Datadog endpoints.
-
#logs ⇒ Object
Available prefix information for the Logs endpoints.
-
#modified ⇒ Object
Date when last updated, in the form ‘YYYY-MM-DD-hh-mm-ss`.
-
#orchestrator ⇒ Object
Available prefix information for the Orchestrator endpoints.
-
#process ⇒ Object
Available prefix information for the Process endpoints.
-
#remote_configuration ⇒ Object
Available prefix information for the Remote Configuration endpoints.
-
#synthetics ⇒ Object
Available prefix information for the Synthetics endpoints.
-
#synthetics_private_locations ⇒ Object
Available prefix information for the Synthetics Private Locations endpoints.
-
#version ⇒ Object
Version of the IP list.
-
#webhooks ⇒ Object
Available prefix information for the Webhook endpoints.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 63 def additional_properties @additional_properties end |
#agents ⇒ Object
Available prefix information for the Agent endpoints.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 25 def agents @agents end |
#api ⇒ Object
Available prefix information for the API endpoints.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 28 def api @api end |
#apm ⇒ Object
Available prefix information for the APM endpoints.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 31 def apm @apm end |
#global ⇒ Object
Available prefix information for all Datadog endpoints.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 34 def global @global end |
#logs ⇒ Object
Available prefix information for the Logs endpoints.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 37 def logs @logs end |
#modified ⇒ Object
Date when last updated, in the form ‘YYYY-MM-DD-hh-mm-ss`.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 40 def modified @modified end |
#orchestrator ⇒ Object
Available prefix information for the Orchestrator endpoints.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 43 def orchestrator @orchestrator end |
#process ⇒ Object
Available prefix information for the Process endpoints.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 46 def process @process end |
#remote_configuration ⇒ Object
Available prefix information for the Remote Configuration endpoints.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 49 def remote_configuration @remote_configuration end |
#synthetics ⇒ Object
Available prefix information for the Synthetics endpoints.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 52 def synthetics @synthetics end |
#synthetics_private_locations ⇒ Object
Available prefix information for the Synthetics Private Locations endpoints.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 55 def synthetics_private_locations @synthetics_private_locations end |
#version ⇒ Object
Version of the IP list.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 58 def version @version end |
#webhooks ⇒ Object
Available prefix information for the Webhook endpoints.
61 62 63 |
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 61 def webhooks @webhooks end |