NomadClient.Model.RequestedDevice (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.RequestedDevice{
  Affinities: [NomadClient.Model.Affinity.t()] | nil,
  Constraints: [NomadClient.Model.Constraint.t()] | nil,
  Count: integer() | nil,
  Name: String.t() | nil
}