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.
Implements
IMessageUptimeCheckConfigTypesPingConfig, IEquatableUptimeCheckConfigTypesPingConfig, IDeepCloneableUptimeCheckConfigTypesPingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
PingConfig()
public PingConfig()
PingConfig(PingConfig)
public PingConfig(UptimeCheckConfig.Types.PingConfig other)
Parameter | |
---|---|
Name | Description |
other | UptimeCheckConfigTypesPingConfig |
Properties
PingsCount
public int PingsCount { get; set; }
Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
Property Value | |
---|---|
Type | Description |
int |