NomadClient.Model.AllocatedDeviceResource (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.AllocatedDeviceResource{
  DeviceIDs: [String.t()] | nil,
  Name: String.t() | nil,
  Type: String.t() | nil,
  Vendor: String.t() | nil
}