Class MachinesResponse
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.MachinesResponse
public final class MachinesResponse extends Object
The description of machines known to the service. A list of
MachinesResponse.BriefMachineDescription
s.- Author:
- Donal Fellows
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MachinesResponse.BriefMachineDescription
A brief, summary description of a machine. -
Field Summary
Fields Modifier and Type Field Description List<MachinesResponse.BriefMachineDescription>
machines
The list of machines known to the service. -
Method Summary
-
Field Details
-
machines
The list of machines known to the service.
-