> @OAuthScopes({COMPUTE_SCOPE})
> @MapBinder(InstanceBinder.class)
> - Operation createInZone(@PayloadParam("name") String instanceName,
> - @PayloadParam("template") InstanceTemplate
> template,
> - @PayloadParam("zone") String zone);
> + Operation createInZone(@PathParam("zone") String zone,
> + @PayloadParam("name") String instanceName,
> + @PayloadParam("template") InstanceTemplate
> template);
See comment way above about shuffling these args around. I can see the desire
for consistency, though.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/16/files#r5362790