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

View Source

A message describing the VM's OS. Including OS, Publisher, Offer and Plan if applicable.

Attributes

  • offer (type: String.t, default: nil) - OS offer.
  • plan (type: String.t, default: nil) - OS plan.
  • publisher (type: String.t, default: nil) - OS publisher.
  • type (type: String.t, default: nil) - OS type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.OSDescription{
  offer: String.t() | nil,
  plan: String.t() | nil,
  publisher: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.