Sha256: b35b4ea90ad812a353257ae6df8644843803e5246d56103c3c98d10668307c83

Contents?: true

Size: 1.05 KB

Versions: 2

Compression:

Stored size: 1.05 KB

Contents

# DatadogAPIClient::V1::IPPrefixesSynthetics

## Properties

| Name                          | Type                                        | Description                        | Notes      |
| ----------------------------- | ------------------------------------------- | ---------------------------------- | ---------- |
| **prefixes_ipv4**             | **Array<String>**                     | List of IPv4 prefixes.             | [optional] |
| **prefixes_ipv4_by_location** | **Hash<String, Array<String>>** | List of IPv4 prefixes by location. | [optional] |
| **prefixes_ipv6**             | **Array<String>**                     | List of IPv6 prefixes.             | [optional] |
| **prefixes_ipv6_by_location** | **Hash<String, Array<String>>** | List of IPv6 prefixes by location. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::IPPrefixesSynthetics.new(
  prefixes_ipv4: null,
  prefixes_ipv4_by_location: null,
  prefixes_ipv6: null,
  prefixes_ipv6_by_location: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/IPPrefixesSynthetics.md
datadog_api_client-1.5.0 docs/v1/IPPrefixesSynthetics.md