GoogleApi.Notebooks.V2.Model.ResizeDiskRequest (google_api_notebooks v0.16.0)

View Source

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

t()

@type t() :: %GoogleApi.Notebooks.V2.Model.ResizeDiskRequest{
  bootDisk: GoogleApi.Notebooks.V2.Model.BootDisk.t() | nil,
  dataDisk: GoogleApi.Notebooks.V2.Model.DataDisk.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.