Class NetworkConfig
Network related configurations.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class NetworkConfig : IDirectResponseSchema
Properties
CanIpForward
Allows the TPU node to send and receive packets with non-matching destination or source IPs. This is required if you plan to use the TPU workers to forward routes.
Declaration
[JsonProperty("canIpForward")]
public virtual bool? CanIpForward { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableExternalIps
Indicates that external IP addresses would be associated with the TPU workers. If set to false, the specified subnetwork or network should have Private Google Access enabled.
Declaration
[JsonProperty("enableExternalIps")]
public virtual bool? EnableExternalIps { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Network
The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, "default" will be used.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
QueueCount
Optional. Specifies networking queue count for TPU VM instance's network interface.
Declaration
[JsonProperty("queueCount")]
public virtual int? QueueCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Subnetwork
The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, "default" will be used.
Declaration
[JsonProperty("subnetwork")]
public virtual string Subnetwork { get; set; }
Property Value
Type | Description |
---|---|
string |