> +
> + /**
> + * Changes the size for the given droplet.
> + *
> + * @param id The id of the droplet to change the size to.
> + * @param sizeId The id of the new size for the droplet.
> + * @return The id of the event to track the resize process.
> + */
> + @Named("droplet:resize")
> + @GET
> + @Path("/{id}/resize")
> + @SelectJson("event_id")
> + int resize(@PathParam("id") int id, @QueryParam("size_id") int sizeId);
> +
> + /**
> + * 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#r9165900