Class: Google::Cloud::Monitoring::Dashboard::V1::IncidentList
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::IncidentList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/incident_list.rb
Overview
A widget that displays a list of incidents
Instance Attribute Summary collapse
-
#monitored_resources ⇒ ::Array<::Google::Api::MonitoredResource>
Optional.
-
#policy_names ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#monitored_resources ⇒ ::Array<::Google::Api::MonitoredResource>
Returns Optional. The monitored resource for which incidents are listed. The resource doesn't need to be fully specified. That is, you can specify the resource type but not the values of the resource labels. The resource type and labels are used for filtering.
37 38 39 40 |
# File 'proto_docs/google/monitoring/dashboard/v1/incident_list.rb', line 37 class IncidentList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy_names ⇒ ::Array<::String>
Returns Optional. A list of alert policy names to filter the incident list by.
Don't include the project ID prefix in the policy name. For
example, use alertPolicies/utilization
.
37 38 39 40 |
# File 'proto_docs/google/monitoring/dashboard/v1/incident_list.rb', line 37 class IncidentList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |