Class: Google::Monitoring::V3::UptimeCheckConfig::TcpCheck
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::UptimeCheckConfig::TcpCheck
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb
 
Overview
Information required for a TCP uptime check request.
Instance Attribute Summary collapse
- 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port to the page to run the check against.
 
Instance Attribute Details
#port ⇒ Integer
Returns The port to the page to run the check against. Will be combined with host (specified within the MonitoredResource) to construct the full URL. Required.
      174  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 174 class TcpCheck; end  |