NomadClient.Model.Resources (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.Resources{
  CPU: integer() | nil,
  Cores: integer() | nil,
  Devices: [NomadClient.Model.RequestedDevice.t()] | nil,
  DiskMB: integer() | nil,
  IOPS: integer() | nil,
  MemoryMB: integer() | nil,
  MemoryMaxMB: integer() | nil,
  Networks: [NomadClient.Model.NetworkResource.t()] | nil
}