Class: Google::Monitoring::V3::UptimeCheckConfig::ResourceGroup
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::UptimeCheckConfig::ResourceGroup
 
 
- 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
- 
  
    
      #group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The group of resources being monitored.
 - 
  
    
      #resource_type  ⇒ Google::Monitoring::V3::GroupResourceType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource type of the group members.
 
Instance Attribute Details
#group_id ⇒ String
Returns The group of resources being monitored. Should be only the
group_id, not projects/
      82  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 82 class ResourceGroup; end  | 
  
#resource_type ⇒ Google::Monitoring::V3::GroupResourceType
Returns The resource type of the group members.
      82  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 82 class ResourceGroup; end  |