Cloud TPU v1 API - Class NetworkEndpoint (2.2.0)

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.

Inheritance

object > NetworkEndpoint

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

NetworkEndpoint()

public NetworkEndpoint()

NetworkEndpoint(NetworkEndpoint)

public NetworkEndpoint(NetworkEndpoint other)
Parameter
NameDescription
otherNetworkEndpoint

Properties

IpAddress

public string IpAddress { get; set; }

The IP address of this network endpoint.

Property Value
TypeDescription
string

Port

public int Port { get; set; }

The port of this network endpoint.

Property Value
TypeDescription
int