Class NetworkConfig (1.24.0) Stay organized with collections Save and categorize content based on your preferences.
NetworkConfig(mapping=None,*,ignore_unknown_fields=False,**kwargs)Network related configurations.
Attributes | |
|---|---|
| Name | Description |
network | strThe 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. |
subnetwork | strThe 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. |
enable_external_ips | boolIndicates 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. |
can_ip_forward | boolAllows 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. |
queue_count | intOptional. Specifies networking queue count for TPU VM instance's network interface. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.