public sealed class TcpCheck : IMessage<UptimeCheckConfig.Types.TcpCheck>, IEquatable<UptimeCheckConfig.Types.TcpCheck>, IDeepCloneable<UptimeCheckConfig.Types.TcpCheck>, IBufferMessage, IMessage
Information required for a TCP Uptime check request.
Implements
IMessage<UptimeCheckConfig.Types.TcpCheck>, IEquatable<UptimeCheckConfig.Types.TcpCheck>, IDeepCloneable<UptimeCheckConfig.Types.TcpCheck>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
TcpCheck()
public TcpCheck()
TcpCheck(UptimeCheckConfig.Types.TcpCheck)
public TcpCheck(UptimeCheckConfig.Types.TcpCheck other)
Parameter | |
---|---|
Name | Description |
other | UptimeCheckConfig.Types.TcpCheck |
Properties
Port
public int Port { get; set; }
The TCP port on the server against which to run the check. Will be
combined with host (specified within the monitored_resource
) to
construct the full URL. Required.
Property Value | |
---|---|
Type | Description |
Int32 |