public sealed class 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.
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 provides documentation for the `UptimeCheckConfig.Types.TcpCheck` class within the Google Cloud Monitoring v3 API, detailing its use in creating TCP uptime checks."],["The `TcpCheck` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The documentation includes a list of available versions of the `TcpCheck` class, ranging from version 3.15.0 (latest) down to 2.3.0, with version 3.2.0 being highlighted."],["The `TcpCheck` class has a `Port` property of type `Int32`, which specifies the TCP port on the server to check and is required for configuration."],["The page details two constructors for the `TcpCheck` class: a parameterless constructor, and one that accepts another `UptimeCheckConfig.Types.TcpCheck` instance as a parameter."]]],[]]