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 documentation for the `NetworkEndpoint` class within the Google Cloud TPU v1 API."],["The `NetworkEndpoint` class represents a network endpoint for reaching a TPU worker and is part of the `Google.Cloud.Tpu.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It defines two constructors for creating instances of `NetworkEndpoint`, one default and one accepting another `NetworkEndpoint` as a parameter, and two properties, `IpAddress` and `Port`, which are of type string and int respectively."],["The provided documentation includes versioning information from version 1.0.0 to 2.4.0 of the API, with version 2.4.0 being the latest version."]]],[]]