Class: DatadogAPIClient::V2::ObservabilityPipelineCloudPremDestination
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineCloudPremDestination
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb
Overview
The cloud_prem destination sends logs to Datadog CloudPrem.
Supported pipeline types: logs
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#id ⇒ Object
readonly
The unique identifier for this component.
-
#inputs ⇒ Object
readonly
A list of component IDs whose output is used as the
inputfor this component. -
#type ⇒ Object
readonly
The destination type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb', line 35 def additional_properties @additional_properties end |
#id ⇒ Object
The unique identifier for this component.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb', line 27 def id @id end |
#inputs ⇒ Object
A list of component IDs whose output is used as the input for this component.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb', line 30 def inputs @inputs end |
#type ⇒ Object
The destination type. The value should always be cloud_prem.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb', line 33 def type @type end |