Class: DatadogAPIClient::V2::ObservabilityPipelineSocketDestinationMode

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

Overview

Protocol used to send logs.

Constant Summary collapse

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

Method Summary

Methods included from BaseEnumModel

included