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."],[[["The content provides documentation for the `TcpCheck` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for various versions, ranging from 2.3.0 to 3.15.0."],["`TcpCheck` is designed for TCP Uptime check requests and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TcpCheck` class includes two constructors: a default constructor and one that accepts another `TcpCheck` object for copying its values."],["The `TcpCheck` class has a `Port` property, which is an integer that represents the TCP port used for the uptime check, and it's a required field."],["The latest documented version for the `TcpCheck` class is 3.15.0, indicated as the latest, with a list of prior versions also provided for reference."]]],[]]