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: clients/notebooks/lib/google_api/notebooks/v2/model/gce_setup.ex
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ defmodule GoogleApi.Notebooks.V2.Model.GceSetup do
23
23
24
24
* `acceleratorConfigs` (*type:* `list(GoogleApi.Notebooks.V2.Model.AcceleratorConfig.t)`, *default:* `nil`) - Optional. The hardware accelerators used on this instance. If you use accelerators, make sure that your configuration has [enough vCPUs and memory to support the `machine_type` you have selected](https://cloud.google.com/compute/docs/gpus/#gpus-list). Currently supports only one accelerator configuration.
25
25
* `bootDisk` (*type:* `GoogleApi.Notebooks.V2.Model.BootDisk.t`, *default:* `nil`) - Optional. The boot disk for the VM.
* `containerImage` (*type:* `GoogleApi.Notebooks.V2.Model.ContainerImage.t`, *default:* `nil`) - Optional. Use a container image to start the notebook instance.
27
28
* `dataDisks` (*type:* `list(GoogleApi.Notebooks.V2.Model.DataDisk.t)`, *default:* `nil`) - Optional. Data disks attached to the VM instance. Currently supports only one data disk.
28
29
* `disablePublicIp` (*type:* `boolean()`, *default:* `nil`) - Optional. If true, no external IP will be assigned to this VM instance.
@@ -43,6 +44,8 @@ defmodule GoogleApi.Notebooks.V2.Model.GceSetup do
0 commit comments