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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/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_idString

Returns The group of resources being monitored. Should be only the group_id, not projects//groups/.

Returns:

  • (String)

    The group of resources being monitored. Should be only the group_id, not projects//groups/.



82
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 82

class ResourceGroup; end

#resource_typeGoogle::Monitoring::V3::GroupResourceType

Returns The resource type of the group members.

Returns:



82
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 82

class ResourceGroup; end