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-04-17 UTC."],[[["This page provides documentation for the `UptimeCheckConfig.Types.PingConfig` class within the Google Cloud Monitoring v3 API, detailing its role in ICMP ping functionality for uptime checks."],["The latest version available is 3.15.0, with the current page's context being version 3.14.0, and there are multiple older versions available dating down to 2.3.0."],["`PingConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The `PingConfig` class has a property `PingsCount`, which is an integer that determines the number of ICMP pings sent, with a maximum of 3 pings currently supported."],["The class is part of the `Google.Cloud.Monitoring.V3` namespace, and the assembly is stored in Google.Cloud.Monitoring.V3.dll."]]],[]]