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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `TcpCheck` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for version 2.5.0, which is used for creating TCP uptime check requests."],["The `TcpCheck` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default `TcpCheck()` and a `TcpCheck(UptimeCheckConfig.Types.TcpCheck other)` for creating instances, based on existing `TcpCheck` objects."],["The `TcpCheck` class contains one property named `Port` which is of type Int32 and specifies the TCP port number to use for the uptime check."],["The webpage lists available documentation for the `TcpCheck` class spanning multiple versions, ranging from 2.3.0 to the latest version 3.15.0."]]],[]]