Uses of Class
org.jclouds.openstack.neutron.v2.domain.Router
Packages that use Router
Package
Description
-
Uses of Router in org.jclouds.openstack.neutron.v2.domain
Subclasses of Router in org.jclouds.openstack.neutron.v2.domainModifier and TypeClassDescriptionstatic class
static class
Fields in org.jclouds.openstack.neutron.v2.domain declared as RouterModifier and TypeFieldDescriptionprotected Router
Router.Builder.router
protected Router
Router.Builder.router
Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Router -
Uses of Router in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions that return RouterModifier and TypeMethodDescriptionRouterApi.create
(Router.CreateRouter router) Create a new routerReturns a Routers collection that should contain a single router with the id requested.RouterApi.update
(String id, Router.UpdateRouter router) Update a routerMethods in org.jclouds.openstack.neutron.v2.extensions that return types with arguments of type RouterModifier and TypeMethodDescriptionRouterApi.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 RouterModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Router>> RouterToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)