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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/uptime.rb

Overview

Information required for a TCP Uptime check request.

Instance Attribute Summary collapse

Instance Attribute Details

#port::Integer

Returns The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.

Returns:

  • (::Integer)

    The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.



302
303
304
305
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 302

class TcpCheck
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end