Class: DatadogAPIClient::V2::GCPMonitoredResourceConfig

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#filtersObject

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

#typeObject

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