View Source GoogleApi.Notebooks.V2.Model.ResizeDiskRequest (google_api_notebooks v0.13.0)
Request for resizing the notebook instance disks
Attributes
-
bootDisk
(type:GoogleApi.Notebooks.V2.Model.BootDisk.t
, default:nil
) - Required. The boot disk to be resized. Only disk_size_gb will be used. -
dataDisk
(type:GoogleApi.Notebooks.V2.Model.DataDisk.t
, default:nil
) - Required. The data disk to be resized. Only disk_size_gb will be used.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V2.Model.ResizeDiskRequest{ bootDisk: GoogleApi.Notebooks.V2.Model.BootDisk.t() | nil, dataDisk: GoogleApi.Notebooks.V2.Model.DataDisk.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.