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 reference documentation for the `UptimeCheckConfig.Types.PingConfig` class within the Google Cloud Monitoring v3 API, detailing its purpose for sending ICMP pings."],["The class is part of the `Google.Cloud.Monitoring.V3` namespace and is implemented across multiple versions of the API, with version 3.15.0 being the latest, and down to version 2.3.0, which is the oldest available version."],["`UptimeCheckConfig.Types.PingConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used alongside public HTTP/TCP checks, and pings are carried out for every part of redirect chains for HTTP."],["The `PingConfig` class has properties including `PingsCount` which is an integer used for determining how many ICMP pings are being sent, with the current limit being 3 pings."],["The available constructor includes a parameter named `other`, which is a `PingConfig` type itself, and also a default constructor."]]],[]]