Class: Google::Cloud::Monitoring::V3::UptimeCheckConfig::ResourceGroup

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/uptime.rb

Overview

The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].

Returns:

  • (::String)

    The group of resources being monitored. Should be only the [GROUP_ID], and not the full-path projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].



171
172
173
174
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 171

class ResourceGroup
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_type::Google::Cloud::Monitoring::V3::GroupResourceType

Returns The resource type of the group members.

Returns:



171
172
173
174
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 171

class ResourceGroup
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end