Method: Google::Cloud::Monitoring::V3::UptimeCheckConfig::TcpCheck#port
- Defined in:
- proto_docs/google/monitoring/v3/uptime.rb
permalink #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.
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 |