Class: DatadogAPIClient::V1::IPRanges

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

Overview

IP ranges.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#agentsObject

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

#apiObject

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

#apmObject

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

#globalObject

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

#logsObject

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

#modifiedObject

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

#orchestratorObject

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

#processObject

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_configurationObject

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

#syntheticsObject

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_locationsObject

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

#versionObject

Version of the IP list.



58
59
60
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 58

def version
  @version
end

#webhooksObject

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