Class: DatadogAPIClient::V2::SyntheticsNetworkTestSubType

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

Overview

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

Constant Summary collapse

TCP =
"tcp".freeze
UDP =
"udp".freeze
ICMP =
"icmp".freeze

Method Summary

Methods included from BaseEnumModel

included