> +   @Named("router:removeInterfaceForSubnet")
> +   @PUT
> +   @Path("/{id}/remove_router_interface")
> +   @MapBinder(EmptyOptions.class)
> +   @Fallback(Fallbacks.FalseOnNotFoundOr404.class)
> +   boolean removeInterfaceForSubnet(@PathParam("id") String routerId, 
> @PayloadParam("subnet_id") String subnetId);
> +
> +   /**
> +    * Remove the interface where the specified port is connected to
> +    *
> +    * @param routerId the id of the router to remove the interface from
> +    * @param portId the id of the port to disconnect from the interface
> +    */
> +   @Named("router:removeInterfaceForPort")
> +   @PUT
> +   @Path("{id}/remove_router_interface")

Leading `/` as mentioned previously

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

Reply via email to