Class: DatadogAPIClient::V2::EntityV3DatastoreDatadog
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityV3DatastoreDatadog
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_v3_datastore_datadog.rb
Overview
Datadog product integrations for the datastore entity.
Instance Attribute Summary collapse
-
#events ⇒ Object
Events associations.
-
#logs ⇒ Object
Logs association.
-
#performance_data ⇒ Object
Performance stats association.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#events ⇒ Object
Events associations.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_v3_datastore_datadog.rb', line 25 def events @events end |
#logs ⇒ Object
Logs association.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_v3_datastore_datadog.rb', line 28 def logs @logs end |
#performance_data ⇒ Object
Performance stats association.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/entity_v3_datastore_datadog.rb', line 31 def performance_data @performance_data end |