DockerEngineAPI.Model.NodeStatus (elixir_dea v1.45.7)
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() | nil, Message: String.t() | nil, State: DockerEngineAPI.Model.NodeState.t() | nil }
Functions
Link to this function