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_v2.projects.locations.nodes.html
+40-4Lines changed: 40 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -146,13 +146,22 @@ <h3>Method Details</h3>
146
146
},
147
147
"multisliceNode": True or False, # Output only. Whether the Node belongs to a Multislice group.
148
148
"name": "A String", # Output only. Immutable. The name of the TPU.
149
-
"networkConfig": { # Network related configurations. # Network configurations for the TPU node.
149
+
"networkConfig": { # Network related configurations. # Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
150
150
"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.
151
151
"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.
152
152
"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.
153
153
"queueCount": 42, # Optional. Specifies networking queue count for TPU VM instance's network interface.
154
154
"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.
155
155
},
156
+
"networkConfigs": [ # Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
157
+
{ # Network related configurations.
158
+
"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.
159
+
"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.
160
+
"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.
161
+
"queueCount": 42, # Optional. Specifies networking queue count for TPU VM instance's network interface.
162
+
"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.
163
+
},
164
+
],
156
165
"networkEndpoints": [ # Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
157
166
{ # A network endpoint over which a TPU worker can be reached.
158
167
"accessConfig": { # An access config attached to the TPU worker. # The access config for the TPU worker.
@@ -298,13 +307,22 @@ <h3>Method Details</h3>
298
307
},
299
308
"multisliceNode": True or False, # Output only. Whether the Node belongs to a Multislice group.
300
309
"name": "A String", # Output only. Immutable. The name of the TPU.
301
-
"networkConfig": { # Network related configurations. # Network configurations for the TPU node.
310
+
"networkConfig": { # Network related configurations. # Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
302
311
"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.
303
312
"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.
304
313
"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.
305
314
"queueCount": 42, # Optional. Specifies networking queue count for TPU VM instance's network interface.
306
315
"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.
307
316
},
317
+
"networkConfigs": [ # Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
318
+
{ # Network related configurations.
319
+
"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.
320
+
"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.
321
+
"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.
322
+
"queueCount": 42, # Optional. Specifies networking queue count for TPU VM instance's network interface.
323
+
"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.
324
+
},
325
+
],
308
326
"networkEndpoints": [ # Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
309
327
{ # A network endpoint over which a TPU worker can be reached.
310
328
"accessConfig": { # An access config attached to the TPU worker. # The access config for the TPU worker.
@@ -433,13 +451,22 @@ <h3>Method Details</h3>
433
451
},
434
452
"multisliceNode": True or False, # Output only. Whether the Node belongs to a Multislice group.
435
453
"name": "A String", # Output only. Immutable. The name of the TPU.
436
-
"networkConfig": { # Network related configurations. # Network configurations for the TPU node.
454
+
"networkConfig": { # Network related configurations. # Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
437
455
"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.
438
456
"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.
439
457
"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.
440
458
"queueCount": 42, # Optional. Specifies networking queue count for TPU VM instance's network interface.
441
459
"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.
442
460
},
461
+
"networkConfigs": [ # Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
462
+
{ # Network related configurations.
463
+
"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.
464
+
"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.
465
+
"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.
466
+
"queueCount": 42, # Optional. Specifies networking queue count for TPU VM instance's network interface.
467
+
"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.
468
+
},
469
+
],
443
470
"networkEndpoints": [ # Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
444
471
{ # A network endpoint over which a TPU worker can be reached.
445
472
"accessConfig": { # An access config attached to the TPU worker. # The access config for the TPU worker.
@@ -535,13 +562,22 @@ <h3>Method Details</h3>
535
562
},
536
563
"multisliceNode": True or False, # Output only. Whether the Node belongs to a Multislice group.
537
564
"name": "A String", # Output only. Immutable. The name of the TPU.
538
-
"networkConfig": { # Network related configurations. # Network configurations for the TPU node.
565
+
"networkConfig": { # Network related configurations. # Network configurations for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
539
566
"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.
540
567
"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.
541
568
"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.
542
569
"queueCount": 42, # Optional. Specifies networking queue count for TPU VM instance's network interface.
543
570
"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.
544
571
},
572
+
"networkConfigs": [ # Optional. Repeated network configurations for the TPU node. This field is used to specify multiple networks configs for the TPU node. network_config and network_configs are mutually exclusive, you can only specify one of them. If both are specified, an error will be returned.
573
+
{ # Network related configurations.
574
+
"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.
575
+
"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.
576
+
"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.
577
+
"queueCount": 42, # Optional. Specifies networking queue count for TPU VM instance's network interface.
578
+
"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.
579
+
},
580
+
],
545
581
"networkEndpoints": [ # Output only. The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.
546
582
{ # A network endpoint over which a TPU worker can be reached.
547
583
"accessConfig": { # An access config attached to the TPU worker. # The access config for the TPU worker.
0 commit comments