384385386387388389390
} public class SuspendServer extends OpenStackRequest<Void> { public SuspendServer(String id) { super(CLIENT, HttpMethod.POST, new StringBuilder("/servers/").append(id).append("/action"), Entity.json(new Suspend()), Void.class); }