public sealed class UptimeCheckConfig.Types.PingConfig : IMessage<UptimeCheckConfig.Types.PingConfig>, IEquatable<UptimeCheckConfig.Types.PingConfig>, IDeepCloneable<UptimeCheckConfig.Types.PingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UptimeCheckConfig.Types.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `UptimeCheckConfig.Types.PingConfig` class within the Google Cloud Monitoring v3 API, detailing its use in ICMP ping configurations for uptime checks."],["The latest version documented is 3.15.0, with a comprehensive list of previous versions available, including the 3.12.0 version that this documentation focuses on."],["The `PingConfig` class, part of the `Google.Cloud.Monitoring.V3` namespace, is designed to manage ICMP pings as part of HTTP/TCP checks, especially during redirect chains."],["The `PingConfig` class implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and is constructed by a default constructor, or a copy constructor that takes another instance of `PingConfig`."],["This class allows configuration of the number of ICMP pings sent during uptime checks, supporting up to three pings, as determined by the `PingsCount` property."]]],[]]