You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/tpu_v2alpha1.projects.locations.nodes.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,7 @@ <h3>Method Details</h3>
142
142
},
143
143
"name": "A String", # Output only. Immutable. The name of the TPU.
144
144
"networkConfig": { # Network related configurations. # Network configurations for the TPU node.
145
+
"canIpForward": True or False, # 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.
145
146
"enableExternalIps": True or False, # 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.
146
147
"network": "A String", # 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.
147
148
"subnetwork": "A String", # 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.
@@ -282,6 +283,7 @@ <h3>Method Details</h3>
282
283
},
283
284
"name": "A String", # Output only. Immutable. The name of the TPU.
284
285
"networkConfig": { # Network related configurations. # Network configurations for the TPU node.
286
+
"canIpForward": True or False, # 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.
285
287
"enableExternalIps": True or False, # 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.
286
288
"network": "A String", # 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.
287
289
"subnetwork": "A String", # 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.
@@ -405,6 +407,7 @@ <h3>Method Details</h3>
405
407
},
406
408
"name": "A String", # Output only. Immutable. The name of the TPU.
407
409
"networkConfig": { # Network related configurations. # Network configurations for the TPU node.
410
+
"canIpForward": True or False, # 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.
408
411
"enableExternalIps": True or False, # 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.
409
412
"network": "A String", # 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.
410
413
"subnetwork": "A String", # 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.
@@ -495,6 +498,7 @@ <h3>Method Details</h3>
495
498
},
496
499
"name": "A String", # Output only. Immutable. The name of the TPU.
497
500
"networkConfig": { # Network related configurations. # Network configurations for the TPU node.
501
+
"canIpForward": True or False, # 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.
498
502
"enableExternalIps": True or False, # 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.
499
503
"network": "A String", # 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.
500
504
"subnetwork": "A String", # 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.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/tpu.v2alpha1.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -721,7 +721,7 @@
721
721
}
722
722
}
723
723
},
724
-
"revision": "20211101",
724
+
"revision": "20211108",
725
725
"rootUrl": "https://tpu.googleapis.com/",
726
726
"schemas": {
727
727
"AcceleratorType": {
@@ -1028,6 +1028,10 @@
1028
1028
"description": "Network related configurations.",
1029
1029
"id": "NetworkConfig",
1030
1030
"properties": {
1031
+
"canIpForward": {
1032
+
"description": "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.",
1033
+
"type": "boolean"
1034
+
},
1031
1035
"enableExternalIps": {
1032
1036
"description": "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.",
0 commit comments