View Source DockerEngineAPI.Model.NodeDescription (ex_docker_engine_api v1.43.1)
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 }