Class IssueReportRequest.ReportedBoard
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.IssueReportRequest.ReportedBoard
- Enclosing class:
IssueReportRequest
Describes a board that has an issue.
-
Field Summary
FieldsModifier and TypeFieldDescription@IPAddress(nullOK=true,message="address must be an IP address") StringThe IP address of the board.The physical board number of the board.The physical cabinet number of the board.The location of the chip within the reporting allocation.The physical frame number of the board.The machine containing the board.The X triad coordinate of the board.The Y triad coordinate of the board.The Z triad coordinate of the board. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
machine
The machine containing the board. -
chip
The location of the chip within the reporting allocation. -
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
-
ReportedBoard
public ReportedBoard()
-