Class NetworkEndpoint
A network endpoint over which a TPU worker can be reached.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v1alpha1.Data
Assembly: Google.Apis.TPU.v1alpha1.dll
Syntax
public class NetworkEndpoint : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IpAddress
The IP address of this network endpoint.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Port
The port of this network endpoint.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |