Uses of Class
org.jclouds.openstack.neutron.v2.domain.Router
-
Packages that use Router Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.extensions org.jclouds.openstack.neutron.v2.functions -
-
Uses of Router in org.jclouds.openstack.neutron.v2.domain
Subclasses of Router in org.jclouds.openstack.neutron.v2.domain Modifier and Type Class Description static classRouter.CreateRouterstatic classRouter.UpdateRouterConstructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Router Constructor Description Routers(Iterable<Router> routers, Iterable<Link> routersLinks) -
Uses of Router in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions that return Router Modifier and Type Method Description RouterRouterApi. create(Router.CreateRouter router)Create a new routerRouterRouterApi. get(String id)Returns a Routers collection that should contain a single router with the id requested.RouterRouterApi. update(String id, Router.UpdateRouter router)Update a routerMethods in org.jclouds.openstack.neutron.v2.extensions that return types with arguments of type Router Modifier and Type Method Description PagedIterable<Router>RouterApi. list()Returns the list of all routers currently defined in Neutron for the current tenant. -
Uses of Router in org.jclouds.openstack.neutron.v2.functions
Methods in org.jclouds.openstack.neutron.v2.functions that return types with arguments of type Router Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Router>>RouterToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-