public sealed class NetworkEndpoint : IMessage<NetworkEndpoint>, IEquatable<NetworkEndpoint>, IDeepCloneable<NetworkEndpoint>, IBufferMessage, IMessageReference documentation and code samples for the Cloud TPU v1 API class NetworkEndpoint.
A network endpoint over which a TPU worker can be reached.
Implements
IMessageNetworkEndpoint, IEquatableNetworkEndpoint, IDeepCloneableNetworkEndpoint, 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 |
int |
|