public sealed class NetworkEndpoint : IMessage<NetworkEndpoint>, IEquatable<NetworkEndpoint>, IDeepCloneable<NetworkEndpoint>, IBufferMessage, IMessage
A network endpoint over which a TPU worker can be reached.
Implements
IMessage<NetworkEndpoint>, IEquatable<NetworkEndpoint>, IDeepCloneable<NetworkEndpoint>, IBufferMessage, IMessageNamespace
Google.Cloud.Tpu.V1Assembly
Google.Cloud.Tpu.V1.dll
Constructors
NetworkEndpoint()
public NetworkEndpoint()
NetworkEndpoint(NetworkEndpoint)
public NetworkEndpoint(NetworkEndpoint other)
Parameter | |
---|---|
Name | Description |
other | NetworkEndpoint |
Properties
IpAddress
public string IpAddress { get; set; }
The IP address of this network endpoint.
Property Value | |
---|---|
Type | Description |
String |
Port
public int Port { get; set; }
The port of this network endpoint.
Property Value | |
---|---|
Type | Description |
Int32 |