public sealed class UptimeCheckConfig.Types.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 document provides reference information for the `UptimeCheckConfig.Types.TcpCheck` class within the Google Cloud Monitoring v3 API, covering versions from 2.3.0 up to the latest 3.15.0."],["The `UptimeCheckConfig.Types.TcpCheck` class is utilized to configure TCP uptime checks, as part of monitoring requests, for Google Cloud services."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its functionality and interaction with other classes."],["The `TcpCheck` class includes properties such as `PingConfig`, for managing pings in a TCP check, and `Port`, to specify the server's TCP port."],["The document details the constructors for `TcpCheck`, including a parameter for creating a new `TcpCheck` based on an existing `UptimeCheckConfig.Types.TcpCheck` instance."]]],[]]