Package | Description |
---|---|
org.jclouds.openstack.neutron.v2.domain | |
org.jclouds.openstack.neutron.v2.extensions | |
org.jclouds.openstack.neutron.v2.functions |
Modifier and Type | Class and Description |
---|---|
static class |
Router.CreateRouter |
static class |
Router.UpdateRouter |
Constructor and Description |
---|
Routers(Iterable<Router> routers,
Iterable<Link> routersLinks) |
Modifier and Type | Method and Description |
---|---|
Router |
RouterApi.create(Router.CreateRouter router)
Create a new router
|
Router |
RouterApi.get(String id)
Returns a Routers collection that should contain a single router with the id requested.
|
Router |
RouterApi.update(String id,
Router.UpdateRouter router)
Update a router
|
Modifier and Type | Method and Description |
---|---|
PagedIterable<Router> |
RouterApi.list()
Returns the list of all routers currently defined in Neutron for the current tenant.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Router>> |
RouterToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.