Class CreateJobRequest.SpecificBoard
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.CreateJobRequest.SpecificBoard
- Enclosing class:
- CreateJobRequest
Describes a request for a specific board.
-
Field Summary
FieldsModifier and TypeFieldDescription@IPAddress(nullOK=true,message="address must be an IP address") String
The IP address of the board.@ValidBoardNumber Integer
The physical board number of the board.@ValidCabinetNumber Integer
The physical cabinet number of the board.@ValidFrameNumber Integer
The physical frame number of the board.@ValidTriadX Integer
The X triad coordinate of the board.@ValidTriadY Integer
The Y triad coordinate of the board.@ValidTriadZ Integer
The Z triad coordinate of the board. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
The X triad coordinate of the board. -
y
The Y triad coordinate of the board. -
z
The Z triad coordinate of the board. -
cabinet
The physical cabinet number of the board. -
frame
The physical frame number of the board. -
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 addressThe IP address of the board.
-
-
Constructor Details
-
SpecificBoard
public SpecificBoard()
-