Class: DatadogAPIClient::V2::ConfluentAccountResourceAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ConfluentAccountResourceAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb
Overview
Attributes object for updating a Confluent resource.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#enable_custom_metrics ⇒ Object
Enable the ‘custom.consumer_lag_offset` metric, which contains extra metric tags.
-
#id ⇒ Object
The ID associated with a Confluent resource.
-
#resource_type ⇒ Object
readonly
The resource type of the Resource.
-
#tags ⇒ Object
A list of strings representing tags.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb', line 36 def additional_properties @additional_properties end |
#enable_custom_metrics ⇒ Object
Enable the ‘custom.consumer_lag_offset` metric, which contains extra metric tags.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb', line 25 def enable_custom_metrics @enable_custom_metrics end |
#id ⇒ Object
The ID associated with a Confluent resource.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb', line 28 def id @id end |
#resource_type ⇒ Object
The resource type of the Resource. Can be ‘kafka`, `connector`, `ksql`, or `schema_registry`.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb', line 31 def resource_type @resource_type end |
#tags ⇒ Object
A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/confluent_account_resource_attributes.rb', line 34 def @tags end |