Method: Google::Cloud::Monitoring::V3::UptimeCheckConfig::TcpCheck#port

Defined in:
proto_docs/google/monitoring/v3/uptime.rb

#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.

[View source]

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