NomadClient.Model.AllocatedTaskResources (nomad_client v0.12.3)
Link to this section Summary
Link to this section Types
Specs
t() :: %NomadClient.Model.AllocatedTaskResources{
CPU: NomadClient.Model.AllocatedCpuResources.t() | nil,
Memory: NomadClient.Model.AllocatedMemoryResources.t() | nil,
Networks: [NomadClient.Model.NetworkResource.t()] | nil
}