Class NetworkEndpoint (1.1.0)

public sealed class NetworkEndpoint : IMessage<NetworkEndpoint>, IEquatable<NetworkEndpoint>, IDeepCloneable<NetworkEndpoint>, IBufferMessage, IMessage

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
Int32