Class: DatadogAPIClient::V1::IPPrefixesSynthetics
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::IPPrefixesSynthetics
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb
Overview
Available prefix information for the Synthetics endpoints.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#prefixes_ipv4 ⇒ Object
List of IPv4 prefixes.
-
#prefixes_ipv4_by_location ⇒ Object
List of IPv4 prefixes by location.
-
#prefixes_ipv6 ⇒ Object
List of IPv6 prefixes.
-
#prefixes_ipv6_by_location ⇒ Object
List of IPv6 prefixes by location.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb', line 36 def additional_properties @additional_properties end |
#prefixes_ipv4 ⇒ Object
List of IPv4 prefixes.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb', line 25 def prefixes_ipv4 @prefixes_ipv4 end |
#prefixes_ipv4_by_location ⇒ Object
List of IPv4 prefixes by location.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb', line 28 def prefixes_ipv4_by_location @prefixes_ipv4_by_location end |
#prefixes_ipv6 ⇒ Object
List of IPv6 prefixes.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb', line 31 def prefixes_ipv6 @prefixes_ipv6 end |
#prefixes_ipv6_by_location ⇒ Object
List of IPv6 prefixes by location.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/ip_prefixes_synthetics.rb', line 34 def prefixes_ipv6_by_location @prefixes_ipv6_by_location end |