Class: Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/uptime.rb
Overview
Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain.
Instance Attribute Summary collapse
-
#pings_count ⇒ ::Integer
Number of ICMP pings.
Instance Attribute Details
#pings_count ⇒ ::Integer
Returns Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
199 200 201 202 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 199 class PingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |