Versions in this module Expand all Collapse all v0 v0.8.1 Sep 16, 2021 Changes in this version + type Info struct + NICs []*NIC + func New(opts ...*option.Option) (*Info, error) + func (i *Info) JSONString(indent bool) string + func (i *Info) String() string + func (i *Info) YAMLString() string + type NIC struct + Capabilities []*NICCapability + IsVirtual bool + MacAddress string + Name string + PCIAddress *string + func (n *NIC) String() string + type NICCapability struct + CanEnable bool + IsEnabled bool + Name string