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

View Source

A message describing the OS disk.

Attributes

  • name (type: String.t, default: nil) - The disk's full name.
  • sizeGb (type: integer(), default: nil) - The disk's size in GB.
  • type (type: String.t, default: nil) - The disk's type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.