DockerEngineAPI.Model.NodeStatus (ex_docker_api v1.48.1)

View Source

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

Summary

Types

t()

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

Functions

decode(value)