> +   @Consumes(MediaType.APPLICATION_JSON)
> +   @Fallback(NullOnNotFoundOr404.class)
> +   @MapBinder(BindCreateGroupToJson.class)
> +   @ResponseParser(ParseGroupResponse.class)
> +   Group create(@PayloadParam("groupConfiguration") GroupConfiguration 
> groupConfiguration, 
> +         @PayloadParam("launchConfiguration") LaunchConfiguration 
> launchConfiguration,
> +         @PayloadParam("scalingPolicies") List<ScalingPolicy> 
> scalingPolicies);
> +
> +   /**
> +    * This operation pauses the specified Autoscaling Group
> +    *
> +    * @param groupId The id for the specified Group.
> +    * @return true if successful.
> +    * @see GroupApi#resume(String)
> +    */
> +   @Named("Groups:pause/{id}")

I will rename it..?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/22/files#r6023520

Reply via email to