Skip to content

Commit ea30e3a

Browse files
feat(tpu): update the api
#### tpu:v2alpha1 The following keys were added: - schemas.NetworkConfig.properties.canIpForward.type (Total Keys: 1)
1 parent 20cf544 commit ea30e3a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

docs/dyn/tpu_v2alpha1.projects.locations.nodes.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ <h3>Method Details</h3>
142142
},
143143
&quot;name&quot;: &quot;A String&quot;, # Output only. Immutable. The name of the TPU.
144144
&quot;networkConfig&quot;: { # Network related configurations. # Network configurations for the TPU node.
145+
&quot;canIpForward&quot;: 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.
145146
&quot;enableExternalIps&quot;: 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.
146147
&quot;network&quot;: &quot;A String&quot;, # The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, &quot;default&quot; will be used.
147148
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, &quot;default&quot; will be used.
@@ -282,6 +283,7 @@ <h3>Method Details</h3>
282283
},
283284
&quot;name&quot;: &quot;A String&quot;, # Output only. Immutable. The name of the TPU.
284285
&quot;networkConfig&quot;: { # Network related configurations. # Network configurations for the TPU node.
286+
&quot;canIpForward&quot;: 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.
285287
&quot;enableExternalIps&quot;: 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.
286288
&quot;network&quot;: &quot;A String&quot;, # The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, &quot;default&quot; will be used.
287289
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, &quot;default&quot; will be used.
@@ -405,6 +407,7 @@ <h3>Method Details</h3>
405407
},
406408
&quot;name&quot;: &quot;A String&quot;, # Output only. Immutable. The name of the TPU.
407409
&quot;networkConfig&quot;: { # Network related configurations. # Network configurations for the TPU node.
410+
&quot;canIpForward&quot;: 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.
408411
&quot;enableExternalIps&quot;: 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.
409412
&quot;network&quot;: &quot;A String&quot;, # The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, &quot;default&quot; will be used.
410413
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, &quot;default&quot; will be used.
@@ -495,6 +498,7 @@ <h3>Method Details</h3>
495498
},
496499
&quot;name&quot;: &quot;A String&quot;, # Output only. Immutable. The name of the TPU.
497500
&quot;networkConfig&quot;: { # Network related configurations. # Network configurations for the TPU node.
501+
&quot;canIpForward&quot;: 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.
498502
&quot;enableExternalIps&quot;: 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.
499503
&quot;network&quot;: &quot;A String&quot;, # The name of the network for the TPU node. It must be a preexisting Google Compute Engine network. If none is provided, &quot;default&quot; will be used.
500504
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the subnetwork for the TPU node. It must be a preexisting Google Compute Engine subnetwork. If none is provided, &quot;default&quot; will be used.

googleapiclient/discovery_cache/documents/tpu.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@
659659
}
660660
}
661661
},
662-
"revision": "20211101",
662+
"revision": "20211108",
663663
"rootUrl": "https://tpu.googleapis.com/",
664664
"schemas": {
665665
"AcceleratorType": {

googleapiclient/discovery_cache/documents/tpu.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
}
670670
}
671671
},
672-
"revision": "20211101",
672+
"revision": "20211108",
673673
"rootUrl": "https://tpu.googleapis.com/",
674674
"schemas": {
675675
"AcceleratorType": {

googleapiclient/discovery_cache/documents/tpu.v2alpha1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
}
722722
}
723723
},
724-
"revision": "20211101",
724+
"revision": "20211108",
725725
"rootUrl": "https://tpu.googleapis.com/",
726726
"schemas": {
727727
"AcceleratorType": {
@@ -1028,6 +1028,10 @@
10281028
"description": "Network related configurations.",
10291029
"id": "NetworkConfig",
10301030
"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+
},
10311035
"enableExternalIps": {
10321036
"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.",
10331037
"type": "boolean"

0 commit comments

Comments
 (0)