Class: DatadogAPIClient::V2::ElasticCloudPrimaryShardStatsIntegrationDataflowRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ElasticCloudPrimaryShardStatsIntegrationDataflowRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/elastic_cloud_primary_shard_stats_integration_dataflow_request.rb
Overview
Metrics covering only the cluster's primary shards.
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Whether Datadog collects this data.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#enabled ⇒ Object
Whether Datadog collects this data. Defaults to false; set to true to start collection.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_primary_shard_stats_integration_dataflow_request.rb', line 25 def enabled @enabled end |