public sealed class NetworkEndpoint : IMessage<NetworkEndpoint>, IEquatable<NetworkEndpoint>, IDeepCloneable<NetworkEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud TPU v1 API class NetworkEndpoint.
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."],[[["The latest version of the `NetworkEndpoint` class in the Cloud TPU v1 API is 2.4.0, with previous versions ranging from 1.0.0 to 2.3.0 available in the documentation."],["The `NetworkEndpoint` class, defined in the `Google.Cloud.Tpu.V1` namespace, represents a network endpoint that a TPU worker can connect to."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`NetworkEndpoint` has two constructors, one empty and one accepting another `NetworkEndpoint` as a parameter, and two properties to set, `IpAddress` and `Port`."],["The `NetworkEndpoint` class has inherited members from object, such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]