DockerEngineAPI.Model.NodeDescription (elixir_dea v1.45.7)

NodeDescription encapsulates the properties of the Node as reported by the agent.

Summary

Types

@type t() :: %DockerEngineAPI.Model.NodeDescription{
  Engine: DockerEngineAPI.Model.EngineDescription.t() | nil,
  Hostname: String.t() | nil,
  Platform: DockerEngineAPI.Model.Platform.t() | nil,
  Resources: DockerEngineAPI.Model.ResourceObject.t() | nil,
  TLSInfo: DockerEngineAPI.Model.TlsInfo.t() | nil
}

Functions