Class: DatadogAPIClient::V2::SyntheticsFastTestSubType

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

Overview

Subtype of the Synthetic test that produced this result.

Constant Summary collapse

DNS =
"dns".freeze
GRPC =
"grpc".freeze
HTTP =
"http".freeze
ICMP =
"icmp".freeze
MCP =
"mcp".freeze
MULTI =
"multi".freeze
SSL =
"ssl".freeze
TCP =
"tcp".freeze
UDP =
"udp".freeze
WEBSOCKET =
"websocket".freeze

Method Summary

Methods included from BaseEnumModel

included