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/notebooks_v2.projects.locations.instances.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,7 @@ <h3>Method Details</h3>
213
213
"metadata": { # Optional. Custom metadata to apply to this instance.
214
214
"a_key": "A String",
215
215
},
216
+
"minCpuPlatform": "A String", # Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones
216
217
"networkInterfaces": [ # Optional. The network interfaces for the VM. Supports only one interface.
217
218
{ # The definition of a network interface resource attached to a VM.
218
219
"accessConfigs": [ # Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address.
@@ -449,6 +450,7 @@ <h3>Method Details</h3>
449
450
"metadata": { # Optional. Custom metadata to apply to this instance.
450
451
"a_key": "A String",
451
452
},
453
+
"minCpuPlatform": "A String", # Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones
452
454
"networkInterfaces": [ # Optional. The network interfaces for the VM. Supports only one interface.
453
455
{ # The definition of a network interface resource attached to a VM.
454
456
"accessConfigs": [ # Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address.
@@ -646,6 +648,7 @@ <h3>Method Details</h3>
646
648
"metadata": { # Optional. Custom metadata to apply to this instance.
647
649
"a_key": "A String",
648
650
},
651
+
"minCpuPlatform": "A String", # Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones
649
652
"networkInterfaces": [ # Optional. The network interfaces for the VM. Supports only one interface.
650
653
{ # The definition of a network interface resource attached to a VM.
651
654
"accessConfigs": [ # Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address.
@@ -782,6 +785,7 @@ <h3>Method Details</h3>
782
785
"metadata": { # Optional. Custom metadata to apply to this instance.
783
786
"a_key": "A String",
784
787
},
788
+
"minCpuPlatform": "A String", # Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones
785
789
"networkInterfaces": [ # Optional. The network interfaces for the VM. Supports only one interface.
786
790
{ # The definition of a network interface resource attached to a VM.
787
791
"accessConfigs": [ # Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/notebooks.v2.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -876,7 +876,7 @@
876
876
}
877
877
}
878
878
},
879
-
"revision": "20240613",
879
+
"revision": "20240731",
880
880
"rootUrl": "https://notebooks.googleapis.com/",
881
881
"schemas": {
882
882
"AcceleratorConfig": {
@@ -1306,6 +1306,10 @@
1306
1306
"description": "Optional. Custom metadata to apply to this instance.",
1307
1307
"type": "object"
1308
1308
},
1309
+
"minCpuPlatform": {
1310
+
"description": "Optional. The minimum CPU platform to use for this instance. The list of valid values can be found in https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones",
1311
+
"type": "string"
1312
+
},
1309
1313
"networkInterfaces": {
1310
1314
"description": "Optional. The network interfaces for the VM. Supports only one interface.",
0 commit comments