View Source GoogleApi.Notebooks.V2.Model.ResizeDiskRequest (google_api_notebooks v0.9.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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.