Class: Google::Monitoring::V3::UptimeCheckConfig::InternalChecker
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::UptimeCheckConfig::InternalChecker
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb
 
Overview
Nimbus InternalCheckers.
Instance Attribute Summary collapse
- 
  
    
      #checker_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The checker ID.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The checker's human-readable name.
 - 
  
    
      #gcp_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The GCP zone the uptime check should egress from.
 - 
  
    
      #network  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The internal network to perform this uptime check on.
 - 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The GCP project ID.
 
Instance Attribute Details
#checker_id ⇒ String
Returns The checker ID.
      165  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 165 class InternalChecker; end  | 
  
#display_name ⇒ String
Returns The checker's human-readable name.
      165  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 165 class InternalChecker; end  | 
  
#gcp_zone ⇒ String
Returns The GCP zone the uptime check should egress from. Only respected for internal uptime checks, where internal_network is specified.
      165  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 165 class InternalChecker; end  | 
  
#network ⇒ String
Returns The internal network to perform this uptime check on.
      165  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 165 class InternalChecker; end  | 
  
#project_id ⇒ String
Returns The GCP project ID. Not necessarily the same as the project_id for the config.
      165  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 165 class InternalChecker; end  |