Class UptimeCheckConfig.Types.TcpCheck (2.5.0)

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.

Inheritance

Object > UptimeCheckConfig.Types.TcpCheck

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

TcpCheck()

public TcpCheck()

TcpCheck(UptimeCheckConfig.Types.TcpCheck)

public TcpCheck(UptimeCheckConfig.Types.TcpCheck other)
Parameter
NameDescription
otherUptimeCheckConfig.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
TypeDescription
Int32