Class: Google::Monitoring::V3::UptimeCheckConfig::TcpCheck

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#portInteger

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.

Returns:

  • (Integer)

    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