> +   @Path("/groups/{groupId}")
> +   PolicyApi getPolicyApiForGroupInZone(@PathParam("groupId") String 
> groupId, 
> +         @EndpointParam(parser = ZoneToEndpoint.class) @Nullable String 
> zone);
> +
> +   /**
> +    * Provides access to the executions API. It can be used to execute 
> anonymous webhooks.
> +    */
> +   @Delegate
> +   ExecutionApi getExecutionApiForZone(@EndpointParam(parser = 
> ZoneToEndpoint.class) @Nullable String zone);
> +
> +   /**
> +    * Provides access to webhook management features.
> +    */
> +   @Delegate
> +   @Path("/groups/{groupId}/policies/{policyId}")
> +   WebhookApi getWebhookApiForGroupAndPolicyInZone(@PathParam("groupId") 
> String groupId, 

Again, this interface is actually just a placeholder, as far as I can see. 
Remove from this PR?

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

Reply via email to