Class: DatadogAPIClient::V2::SyntheticsNetworkTest

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

Overview

Object containing details about a Network Path test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



59
60
61
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 59

def additional_properties
  @additional_properties
end

#configObject

Configuration object for a Network Path test.



25
26
27
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 25

def config
  @config
end

#locationsObject

Array of locations used to run the test. Network Path tests can be run from managed locations to test public endpoints, or from a Datadog Agent to test private environments.



29
30
31
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 29

def locations
  @locations
end

#messageObject

Notification message associated with the test.



32
33
34
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 32

def message
  @message
end

#monitor_idObject

The associated monitor ID.



35
36
37
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 35

def monitor_id
  @monitor_id
end

#nameObject

Name of the test.



38
39
40
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 38

def name
  @name
end

#optionsObject

Object describing the extra options for a Synthetic test.



41
42
43
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 41

def options
  @options
end

#public_idObject

The public ID for the test.



44
45
46
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 44

def public_id
  @public_id
end

#statusObject

Define whether you want to start (live) or pause (paused) a Synthetic test.



48
49
50
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 48

def status
  @status
end

#subtypeObject

Subtype of the Synthetic Network Path test: tcp, udp, or icmp.



51
52
53
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 51

def subtype
  @subtype
end

#tagsObject

Array of tags attached to the test.



54
55
56
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 54

def tags
  @tags
end

#typeObject

Type of the Synthetic test, network.



57
58
59
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 57

def type
  @type
end