Package | Description |
---|---|
org.openstack4j.api.networking | |
org.openstack4j.openstack.networking.domain | |
org.openstack4j.openstack.networking.internal |
Modifier and Type | Method and Description |
---|---|
Router |
RouterService.create(Router router)
Creates a Router
|
Router |
RouterService.create(String name,
boolean adminStateUp)
Creates a basic router with minimal params
|
Router |
RouterService.get(String routerId)
Gets a Router by ID
|
Router |
RouterService.toggleAdminStateUp(String routerId,
boolean adminStateUp)
Toggles the Administrative state by Router ID
|
Router |
RouterService.update(Router router)
Updates a Router.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Router> |
RouterService.list()
This operation returns a list of routers to which the tenant has access.
|
Modifier and Type | Method and Description |
---|---|
Router |
RouterService.create(Router router)
Creates a Router
|
Router |
RouterService.update(Router router)
Updates a Router.
|
Modifier and Type | Class and Description |
---|---|
class |
NeutronRouter
A router is used to interconnect subnets and forward traffic among them.
|
Modifier and Type | Method and Description |
---|---|
Router |
NeutronRouter.RouterConcreteBuilder.build()
Creates and return the Model Entity M
|
protected Router |
NeutronRouter.RouterConcreteBuilder.reference() |
Modifier and Type | Method and Description |
---|---|
RouterBuilder |
NeutronRouter.RouterConcreteBuilder.from(Router in)
Creates a Builder using the param M as the default values
|
Modifier and Type | Method and Description |
---|---|
Router |
RouterServiceImpl.create(Router router)
Creates a Router
|
Router |
RouterServiceImpl.create(String name,
boolean adminStateUp)
Creates a basic router with minimal params
|
Router |
RouterServiceImpl.get(String routerId)
Gets a Router by ID
|
Router |
RouterServiceImpl.toggleAdminStateUp(String routerId,
boolean adminStateUp) |
Router |
RouterServiceImpl.update(Router router)
Updates a Router.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Router> |
RouterServiceImpl.list()
This operation returns a list of routers to which the tenant has access.
|
Modifier and Type | Method and Description |
---|---|
Router |
RouterServiceImpl.create(Router router)
Creates a Router
|
Router |
RouterServiceImpl.update(Router router)
Updates a Router.
|
Copyright © 2017. All rights reserved.