View Source GoogleApi.VMMigration.V1.Model.Disk (google_api_vm_migration v0.9.0)

A message describing a data disk.

Attributes

  • lun (type: integer(), default: nil) - The disk's Logical Unit Number (LUN).
  • name (type: String.t, default: nil) - The disk name.
  • sizeGb (type: integer(), default: nil) - The disk size in GB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.VMMigration.V1.Model.Disk{
  lun: integer() | nil,
  name: String.t() | nil,
  sizeGb: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.