Class: DatadogAPIClient::V2::GCPMonitoredResourceConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GCPMonitoredResourceConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/gcp_monitored_resource_config.rb
Overview
Configuration for a GCP monitored resource.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filters ⇒ Object
List of filters to limit the monitored resources that are pulled into Datadog by using tags.
-
#type ⇒ Object
The GCP monitored resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/gcp_monitored_resource_config.rb', line 31 def additional_properties @additional_properties end |
#filters ⇒ Object
List of filters to limit the monitored resources that are pulled into Datadog by using tags. Only monitored resources that apply to specified filters are imported into Datadog.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/gcp_monitored_resource_config.rb', line 26 def filters @filters end |
#type ⇒ Object
The GCP monitored resource type. Only a subset of resource types are supported.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/gcp_monitored_resource_config.rb', line 29 def type @type end |