public sealed class Probe.Types.TcpSocketAction : IMessage<Probe.Types.TcpSocketAction>, IEquatable<Probe.Types.TcpSocketAction>, IDeepCloneable<Probe.Types.TcpSocketAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class Probe.Types.TcpSocketAction.
TcpSocketAction probes the health of a container by opening a TCP socket
connection.
[[["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-04-14 UTC."],[[["This documentation is for the `Probe.Types.TcpSocketAction` class within the Vertex AI v1beta1 API, specifically version 1.0.0-beta21 which is the latest version."],["The `TcpSocketAction` class is designed to probe the health of a container by establishing a TCP socket connection, and it inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default `TcpSocketAction()` and one that takes another `TcpSocketAction` object for copying."],["`TcpSocketAction` includes two properties, `Host` to define the host to connect to, defaulting to the container's IP and `Port` to define the port, which must be between 1 and 65535."]]],[]]