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 page details the `TcpCheck` class within the `Google.Cloud.Monitoring.V3` namespace, used for configuring TCP-based uptime checks in Google Cloud Monitoring."],["The `TcpCheck` class, which is sealed and implements several interfaces, is part of the `UptimeCheckConfig.Types` structure, inheriting from `Object`."],["This document covers version 2.4.0 and up to 3.15.0, with links to each version's documentation for the `TcpCheck` class, offering historical reference."],["The `TcpCheck` class has two constructors, one default and one that takes another `TcpCheck` object, and includes a `Port` property for configuring the TCP port in the check."],["The class also inherits members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class, adding to the overall functionality."]]],[]]