> +import javax.ws.rs.DELETE;
> +import javax.ws.rs.GET;
> +import javax.ws.rs.POST;
> +import javax.ws.rs.Path;
> +import javax.ws.rs.PathParam;
> +import javax.ws.rs.Produces;
> +import javax.ws.rs.core.MediaType;
> +
> +/**
> + * Provides access to the OpenStack Compute (Nova) Attach Interfaces API.
> + */
> +@Beta
> +@Extension(of = ServiceType.COMPUTE, namespace = 
> ExtensionNamespaces.ATTACH_INTERFACES)
> +@RequestFilters(AuthenticateRequest.class)
> +@Consumes(MediaType.APPLICATION_JSON)
> +public interface AttachInterfaceApi {

To streamline the interface, I would annotated it here with `@Path("/servers")`.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/497/files#r16916054

Reply via email to