Google Cloud Monitoring v3 API - Class UptimeCheckConfig.Types.TcpCheck (3.4.0)

public sealed class UptimeCheckConfig.Types.TcpCheck : IMessage<UptimeCheckConfig.Types.TcpCheck>, IEquatable<UptimeCheckConfig.Types.TcpCheck>, IDeepCloneable<UptimeCheckConfig.Types.TcpCheck>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class UptimeCheckConfig.Types.TcpCheck.

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(TcpCheck)

public TcpCheck(UptimeCheckConfig.Types.TcpCheck other)
Parameter
NameDescription
otherUptimeCheckConfigTypesTcpCheck

Properties

PingConfig

public UptimeCheckConfig.Types.PingConfig PingConfig { get; set; }

Contains information needed to add pings to a TCP check.

Property Value
TypeDescription
UptimeCheckConfigTypesPingConfig

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
int