DockerEngineAPI.Model.NodeDescription (ex_docker_api v1.48.1)

View Source

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

Summary

Types

t()

@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

decode(value)