DockerEngineAPI.Model.NodeDescription (ex_docker_api v1.48.0)
View SourceNodeDescription 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 }