Class: Google::Cloud::Monitoring::V3::Snooze::Criteria
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::Snooze::Criteria
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/snooze.rb
Overview
Criteria specific to the AlertPolicys that this Snooze applies to. The
Snooze will suppress alerts that come from one of the AlertPolicys
whose names are supplied.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#policies ⇒ ::Array<::String>
The specific
AlertPolicynames for the alert that should be snoozed.
Instance Attribute Details
#filter ⇒ ::String
84 85 86 87 |
# File 'proto_docs/google/monitoring/v3/snooze.rb', line 84 class Criteria include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policies ⇒ ::Array<::String>
84 85 86 87 |
# File 'proto_docs/google/monitoring/v3/snooze.rb', line 84 class Criteria include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |