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 webpage provides reference documentation for the `UptimeCheckConfig.Types.PingConfig` class within the Google Cloud Monitoring v3 API."],["`PingConfig` is used for sending ICMP pings as part of public HTTP/TCP checks, including pings for each redirect in an HTTP chain."],["The documentation includes details on class inheritance, implemented interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inherited members from the `object` class."],["The class offers two constructors, `PingConfig()` and `PingConfig(PingConfig)`, and includes a `PingsCount` property to set the number of ICMP pings, with a maximum of 3 supported."],["A list of all the available versions of `PingConfig` is provided, from `3.15.0` (latest) to `2.3.0`, with links to their respective documentations."]]],[]]