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

View Source

Describes an appliance version.

Attributes

  • critical (type: boolean(), default: nil) - Determine whether it's critical to upgrade the appliance to this version.
  • releaseNotesUri (type: String.t, default: nil) - Link to a page that contains the version release notes.
  • uri (type: String.t, default: nil) - A link for downloading the version.
  • version (type: String.t, default: nil) - The appliance version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.ApplianceVersion{
  critical: boolean() | nil,
  releaseNotesUri: String.t() | nil,
  uri: String.t() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.