Class: DatadogAPIClient::V1::IPPrefixesGlobal

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/ip_prefixes_global.rb

Overview

Available prefix information for all Datadog endpoints.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#prefixes_ipv4Object

List of IPv4 prefixes.



25
26
27
# File 'lib/datadog_api_client/v1/models/ip_prefixes_global.rb', line 25

def prefixes_ipv4
  @prefixes_ipv4
end

#prefixes_ipv6Object

List of IPv6 prefixes.



28
29
30
# File 'lib/datadog_api_client/v1/models/ip_prefixes_global.rb', line 28

def prefixes_ipv6
  @prefixes_ipv6
end