Class: Google::Cloud::Monitoring::V3::UptimeCheckConfig::PingConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pings_count::Integer

Returns Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.

Returns:

  • (::Integer)

    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