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

#agentsObject

Available prefix information for the Agent endpoints.



29
30
31
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 29

def agents
  @agents
end

#apiObject

Available prefix information for the API endpoints.



32
33
34
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 32

def api
  @api
end

#apmObject

Available prefix information for the APM endpoints.



35
36
37
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 35

def apm
  @apm
end

#logsObject

Available prefix information for the Logs endpoints.



38
39
40
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 38

def logs
  @logs
end

#modifiedObject

Date when last updated, in the form YYYY-MM-DD-hh-mm-ss.



41
42
43
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 41

def modified
  @modified
end

#orchestratorObject

Available prefix information for the Orchestrator endpoints.



44
45
46
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 44

def orchestrator
  @orchestrator
end

#processObject

Available prefix information for the Process endpoints.



47
48
49
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 47

def process
  @process
end

#syntheticsObject

Available prefix information for the Synthetics endpoints.



50
51
52
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 50

def synthetics
  @synthetics
end

#synthetics_private_locationsObject

Available prefix information for the Synthetics Private Locations endpoints.



53
54
55
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 53

def synthetics_private_locations
  @synthetics_private_locations
end

#versionObject

Version of the IP list.



56
57
58
# File 'lib/datadog_api_client/v1/models/ip_ranges.rb', line 56

def version
  @version
end

#webhooksObject

Available prefix information for the Webhook endpoints.



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

def webhooks
  @webhooks
end