> + int resize(@PathParam("id") int id, @QueryParam("size_id") int sizeId); > + > + /** > + * Take a snapshot of the droplet once it has been powered off. > + * > + * @param id The id of the droplet to take the snapshot of. > + * @return The id of the event to track the snapshot process. > + */ > + @Named("droplet:snapshot") > + @GET > + @Path("/{id}/snapshot") > + @SelectJson("event_id") > + int snapshot(@PathParam("id") int id); > + > + /** > + * Take a snapshot of the droplet once it has been powered off.
"Takes" --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/49/files#r9165909