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."],[[["This document provides reference information for the `NetworkEndpoint` class within the Google Cloud TPU v1 API, specifically version 2.3.0."],["The `NetworkEndpoint` class represents a network endpoint through which a TPU worker can be accessed, and it inherits from the `object` class while implementing several interfaces."],["The class offers two constructors: a default constructor `NetworkEndpoint()` and an overloaded constructor `NetworkEndpoint(NetworkEndpoint other)` which accepts a `NetworkEndpoint` object as a parameter."],["`NetworkEndpoint` has two key properties: `IpAddress`, a string representing the IP address, and `Port`, an integer representing the network port."],["The documentation includes links to various versions of the Google Cloud TPU v1 API, ranging from version 1.0.0 to the latest version 2.4.0."]]],[]]