Method: Google::Cloud::Monitoring::V3::Group#is_cluster
- Defined in:
- proto_docs/google/monitoring/v3/group.rb
permalink #is_cluster ⇒ ::Boolean
Returns If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
77 78 79 80 |
# File 'proto_docs/google/monitoring/v3/group.rb', line 77 class Group include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |