*
* @param universe the id of the universe.
* @return device info
*/
public DeviceInfoReply getCandidatePorts(int universe) {
OptionalUniverseRequest request = OptionalUniverseRequest.newBuilder().setUniverse(universe).build();
return (DeviceInfoReply) callRpcMethod("GetCandidatePorts", request);
}