NomadClient.Model.AllocatedTaskResources (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.AllocatedTaskResources{
  Cpu: NomadClient.Model.AllocatedCpuResources.t() | nil,
  Devices: [NomadClient.Model.AllocatedDeviceResource.t()] | nil,
  Memory: NomadClient.Model.AllocatedMemoryResources.t() | nil,
  Networks: [NomadClient.Model.NetworkResource.t()] | nil
}