Class: DatadogAPIClient::V2::ObservabilityPipelineElasticsearchDestinationApiVersion

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

Overview

The Elasticsearch API version to use. Set to auto to auto-detect.

Constant Summary collapse

AUTO =
"auto".freeze
V6 =
"v6".freeze
V7 =
"v7".freeze
V8 =
"v8".freeze

Method Summary

Methods included from BaseEnumModel

included