View Source GoogleApi.VMMigration.V1.Model.OSDisk (google_api_vm_migration v0.10.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.