exocci v0.2.2 OCCI.Node View Source

Structure for entities metadata

Link to this section Summary

Link to this section Types

Link to this type location() View Source
location() :: String.t()
Link to this type t() View Source
t() :: %OCCI.Node{
  location: location(),
  model: atom(),
  owner: {String.t(), String.t()} | nil,
  serial: String.t() | nil
}