Class: DatadogAPIClient::V1::IPPrefixesSyntheticsPrivateLocations
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::IPPrefixesSyntheticsPrivateLocations
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb
Overview
Available prefix information for the Synthetics Private Locations endpoints.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#prefixes_ipv4 ⇒ Object
List of IPv4 prefixes.
-
#prefixes_ipv6 ⇒ Object
List of IPv6 prefixes.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb', line 30 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_private_locations.rb', line 25 def prefixes_ipv4 @prefixes_ipv4 end |
#prefixes_ipv6 ⇒ Object
List of IPv6 prefixes.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb', line 28 def prefixes_ipv6 @prefixes_ipv6 end |