> @@ -54,6 +60,29 @@
> GroupApi getGroupApiForZone(@EndpointParam(parser = ZoneToEndpoint.class)
> @Nullable String zone);
>
> /**
> + * Provides access to all policy features for scaling Groups.
> + */
> + @Delegate
> + @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);
Since this is not actually being implemented, remove it from this PR?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/39/files#r7234851