203204205206207208209210211
} } public RebootAction reboot(String serverId, String rebootType) { Reboot reboot = new Reboot(); reboot.setType(rebootType); return new RebootAction(serverId, reboot); }