Class NetworkEndpoint
A network endpoint over which a TPU worker can be reached.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class NetworkEndpoint : IDirectResponseSchema
Properties
AccessConfig
The access config for the TPU worker.
Declaration
[JsonProperty("accessConfig")]
public virtual AccessConfig AccessConfig { get; set; }
Property Value
Type | Description |
---|---|
AccessConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddress
The internal 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? |