Class: DatadogAPIClient::V2::ObservabilityPipelineOcsfMappingCustomLookupTableEntry
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineOcsfMappingCustomLookupTableEntry
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb
Overview
A single entry in a lookup table for value transformation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#contains ⇒ Object
The substring to match in the source value.
-
#equals ⇒ Object
The exact value to match in the source.
-
#equals_source ⇒ Object
The source field to match against.
-
#matches ⇒ Object
A regex pattern to match in the source value.
-
#not_matches ⇒ Object
A regex pattern that must not match the source value.
-
#value ⇒ Object
The value to use when a match is found.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 42 def additional_properties @additional_properties end |
#contains ⇒ Object
The substring to match in the source value.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 25 def contains @contains end |
#equals ⇒ Object
The exact value to match in the source.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 28 def equals @equals end |
#equals_source ⇒ Object
The source field to match against.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 31 def equals_source @equals_source end |
#matches ⇒ Object
A regex pattern to match in the source value.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 34 def matches @matches end |
#not_matches ⇒ Object
A regex pattern that must not match the source value.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 37 def not_matches @not_matches end |
#value ⇒ Object
The value to use when a match is found.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_ocsf_mapping_custom_lookup_table_entry.rb', line 40 def value @value end |