facts v0.1.0 Facts.Host.InfoStat

Provides a struct to hold Host data.

##Examples

iex> h = %Facts.Host.InfoStat{hostname: "somehost", os: "Linux"}
...> h.os
"Linux"

Summary

Types

t()
t() :: %Facts.Host.InfoStat{bootime: integer, host_id: binary, hostname: binary, kernel_version: binary, os: binary, platform: binary, platform_family: binary, platform_version: binary, procs: integer, uptime: integer, virtualization_role: binary, virtualizatioon_system: binary}