class Google::Apis::MonitoringV3::PingConfig
Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain.
Attributes
pings_count[RW]
Number of ICMP pings. A maximum of 3 ICMP pings is currently supported. Corresponds to the JSON property `pingsCount` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/monitoring_v3/classes.rb, line 3420 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/monitoring_v3/classes.rb, line 3425 def update!(**args) @pings_count = args[:pings_count] if args.key?(:pings_count) end