Class MachinesResponse.BriefMachineDescription

java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.MachinesResponse.BriefMachineDescription
Enclosing class:
MachinesResponse

public static final class MachinesResponse.BriefMachineDescription
extends Object
A brief, summary description of a machine.
Author:
Donal Fellows
  • Field Details

    • name

      public final String name
      The name of the machine.
    • tags

      public final List<String> tags
      The tags of the machine.
    • uri

      public final URI uri
      The URI to the machine.
    • width

      public final int width
      The width of the machine, in triads.
    • height

      public final int height
      The height of the machine, in triads.
    • deadBoards

      public final List<BoardCoords> deadBoards
      The dead boards on the machine.
    • deadLinks

      public final List<DownLink> deadLinks
      The dead links on the machine.