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 document outlines the `TcpCheck` class within the `Google.Cloud.Monitoring.V3` namespace, which is used for configuring TCP uptime checks in Google Cloud Monitoring."],["The `TcpCheck` class, represented as `UptimeCheckConfig.Types.TcpCheck`, is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TcpCheck` class has a `Port` property, an integer value that specifies the TCP port on the server for the uptime check, and it is a required field."],["There are two constructors available for `TcpCheck`, one default constructor and one that accepts an instance of `UptimeCheckConfig.Types.TcpCheck` to create a new instance based on an existing one."],["The documentation provided covers versions from 3.0.0 to the latest version (3.15.0), including detailed references for older versions and also versions 2.3.0 to 2.6.0."]]],[]]