Method: Google::Cloud::Monitoring::V3::Group#is_cluster

Defined in:
proto_docs/google/monitoring/v3/group.rb

#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.

Returns:

  • (::Boolean)

    If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.

[View source]

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