Google Cloud Monitoring v3 API - Class UptimeCheckConfig.Types.PingConfig (3.7.0)

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.

Inheritance

object > UptimeCheckConfig.Types.PingConfig

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

PingConfig()

public PingConfig()

PingConfig(PingConfig)

public PingConfig(UptimeCheckConfig.Types.PingConfig other)
Parameter
NameDescription
otherUptimeCheckConfigTypesPingConfig

Properties

PingsCount

public int PingsCount { get; set; }

Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.

Property Value
TypeDescription
int