ExFacts v0.1.5 ExFacts.System.Host.InfoStat

Provides a struct to hold Host data.

## Examples

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

Summary

Types

t()
t() :: %ExFacts.System.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, virtualization_system: binary}