View Source DockerEngineAPI.Model.NodeStatus (docker_engine_api v1.43.0)

NodeStatus represents the status of a node. It provides the current status of the node, as seen by the manager.

Summary

Types

@type t() :: %DockerEngineAPI.Model.NodeStatus{
  Addr: String.t(),
  Message: String.t(),
  State: NodeState
}