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

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

Summary

Types

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