> + * > + * @author Nick Livens > + * @see <a href= > + * > "http://docs.openstack.org/api/openstack-network/2.0/content/router_ext.html">api > doc</a> > + */ > +@Path("/v2.0/routers") > +@RequestFilters(AuthenticateRequest.class) > +@Consumes(MediaType.APPLICATION_JSON) > +public interface RouterApi { > + > + /** > + * Returns the list of all routers currently defined in Neutron for the > current tenant. The list provides the unique > + * identifier of each router configured for the tenant > + * > + * @return the list of all router references configured for the tenant. > + */
> I could remove this method though since it actually has no use. If possible, yes, please remove if not needed? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/47/files#r9439834