> +
> +   /**
> +    * 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.
> +    */
> +   @Named("router:list")
> +   @GET
> +   @ResponseParser(ParseRouters.class)
> +   @Transform(ParseRouters.ToPagedIterable.class)
> +   @Fallback(Fallbacks.EmptyPagedIterableOnNotFoundOr404.class)
> +   @QueryParams(keys = {"fields", "fields", "fields"}, values = {"id", 
> "tenant_id", "name"})
> +   PagedIterable<? extends ReferenceWithName> list();
> +
> +   @Named("router:list")

> I could remove this method though since it actually has no use.

If it's not used, indeed remove? Same functionality with less code...nice!

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

Reply via email to