DockerEngineAPI.Model.ResourceObject (ex_docker_api v1.48.1)

View Source

An object describing the resources which can be advertised by a node and requested by a task.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.ResourceObject{
  GenericResources: [DockerEngineAPI.Model.GenericResourcesInner.t()] | nil,
  MemoryBytes: integer() | nil,
  NanoCPUs: integer() | nil
}

Functions

decode(value)