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 SummaryFieldsModifier and TypeFieldDescription@IPAddress(nullOK=true,message="address must be an IP address") StringThe IP address of the board.@ValidBoardNumber IntegerThe physical board number of the board.@ValidCabinetNumber IntegerThe physical cabinet number of the board.@ValidFrameNumber IntegerThe physical frame number of the board.@ValidTriadX IntegerThe X triad coordinate of the board.@ValidTriadY IntegerThe Y triad coordinate of the board.@ValidTriadZ IntegerThe Z triad coordinate of the board.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
xThe X triad coordinate of the board.
- 
yThe Y triad coordinate of the board.
- 
zThe Z triad coordinate of the board.
- 
cabinetThe physical cabinet number of the board.
- 
frameThe physical frame number of the board.
- 
boardThe 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- 
SpecificBoardpublic SpecificBoard()
 
-