GoogleApi.VMMigration.V1.Model.Disk (google_api_vm_migration v0.11.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.