Class: Google::Cloud::Monitoring::V3::UptimeCheckConfig::TcpCheck
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::UptimeCheckConfig::TcpCheck
- 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
-
#ping_config ⇒ ::Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig
Contains information needed to add pings to a TCP check.
-
#port ⇒ ::Integer
The TCP port on the server against which to run the check.
Instance Attribute Details
#ping_config ⇒ ::Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig
Returns Contains information needed to add pings to a TCP check.
450 451 452 453 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 450 class TcpCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
450 451 452 453 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 450 class TcpCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |