Class: DatadogAPIClient::V2::ObservabilityPipelineSyslogSourceMode

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

Overview

Protocol used by the syslog source to receive messages.

Constant Summary collapse

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

Method Summary

Methods included from BaseEnumModel

included