Class CreateJobRequest.SpecificBoard

java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.CreateJobRequest.SpecificBoard
Enclosing class:
CreateJobRequest

public static class CreateJobRequest.SpecificBoard
extends Object
Describes a request for a specific board.
  • Field Details

    • x

      @ValidTriadX public @ValidTriadX Integer x
      The X triad coordinate of the board.
    • y

      @ValidTriadY public @ValidTriadY Integer y
      The Y triad coordinate of the board.
    • z

      @ValidTriadZ public @ValidTriadZ Integer z
      The Z triad coordinate of the board.
    • cabinet

      @ValidCabinetNumber public @ValidCabinetNumber Integer cabinet
      The physical cabinet number of the board.
    • frame

      @ValidFrameNumber public @ValidFrameNumber Integer frame
      The physical frame number of the board.
    • board

      @ValidBoardNumber public @ValidBoardNumber Integer board
      The physical board number of the board.
    • address

      @IPAddress(nullOK=true, message="address must be an IP address") public @IPAddress(nullOK=true,message="address must be an IP address") String address
      The IP address of the board.
  • Constructor Details