> + * the TTL for the CDN Container.
> + *
> + * @return the CDNContainer or null, if not found.
> + *
> + * @see <a
> + * href="">
> + * Enable CDN Container API</a>
> + */
> + @Named("cdn:enable")
> + @PUT
> + @ResponseParser(ParseCDNContainerURIFromHeaders.class)
> + @Fallback(NullOnNotFoundOr404.class)
> + @Path("/{containerName}")
> + @Headers(keys = CDN_ENABLED, values = "true")
> + @Nullable
> + URI enable(@PathParam("containerName") String containerName);
ack - fixed
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/79/files#r9892482