Class: DatadogAPIClient::V2::SyntheticsNetworkTest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsNetworkTest
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#config ⇒ Object
readonly
Configuration object for a Network Path test.
-
#locations ⇒ Object
readonly
Array of locations used to run the test.
-
#message ⇒ Object
readonly
Notification message associated with the test.
-
#monitor_id ⇒ Object
The associated monitor ID.
-
#name ⇒ Object
readonly
Name of the test.
-
#options ⇒ Object
readonly
Object describing the extra options for a Synthetic test.
-
#public_id ⇒ Object
The public ID for the test.
-
#status ⇒ Object
Define whether you want to start (
live) or pause (paused) a Synthetic test. -
#subtype ⇒ Object
Subtype of the Synthetic Network Path test:
tcp,udp, oricmp. -
#tags ⇒ Object
Array of tags attached to the test.
-
#type ⇒ Object
readonly
Type of the Synthetic test,
network.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#config ⇒ Object
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 |
#locations ⇒ Object
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 |
#message ⇒ Object
Notification message associated with the test.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 32 def @message end |
#monitor_id ⇒ Object
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 |
#name ⇒ Object
Name of the test.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/synthetics_network_test.rb', line 38 def name @name end |
#options ⇒ Object
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 end |
#public_id ⇒ Object
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 |
#status ⇒ Object
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 |
#subtype ⇒ Object
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 |
#tags ⇒ Object
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 end |
#type ⇒ Object
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 |