Hyper.Firecracker.Api.InstanceInfo (Hyper v0.1.0)

Copy Markdown View Source

Provides struct and type for a InstanceInfo

Summary

Functions

Build a Hyper.Firecracker.Api.InstanceInfo from a decoded-JSON map. Compile-time generated.

Types

t()

@type t() :: %Hyper.Firecracker.Api.InstanceInfo{
  __info__: any(),
  app_name: String.t(),
  id: String.t(),
  state: String.t(),
  vmm_version: String.t()
}

Functions

decode(data)

@spec decode(term()) :: t() | nil | term()

Build a Hyper.Firecracker.Api.InstanceInfo from a decoded-JSON map. Compile-time generated.