public sealed class NetworkEndpoint : IMessage<NetworkEndpoint>, IEquatable<NetworkEndpoint>, IDeepCloneable<NetworkEndpoint>, IBufferMessage, IMessage
A network endpoint over which a TPU worker can be reached.
[[["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 `NetworkEndpoint` class within the `Google.Cloud.Tpu.V1` namespace, specifically version 1.1.0 of the library, with links to different versions of the same class."],["The `NetworkEndpoint` class is a sealed class that represents a network endpoint through which a TPU worker can be accessed, inheriting from `Object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`NetworkEndpoint()`) and a copy constructor (`NetworkEndpoint(NetworkEndpoint other)`) that allows creating a new instance from an existing one."],["The `NetworkEndpoint` class has two main properties: `IpAddress`, which stores the IP address as a string, and `Port`, which stores the port number as an integer."]]],[]]