DockerEngineAPI.Model.NetworkTaskInfo (ex_docker_api v1.55.0)

View Source

carries the information about one backend task

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.NetworkTaskInfo{
  EndpointID: String.t() | nil,
  EndpointIP: String.t() | nil,
  Info: %{optional(String.t()) => String.t()} | nil,
  Name: String.t() | nil
}

Functions

decode(value)