public interface Router
| Modifier and Type | Interface and Description |
|---|---|
static class |
Router.Status
Coarse classification of the type of the Router.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
adminStateUp()
Returns the router admin state.
|
boolean |
distributed()
Returns the distributed status of this router.
|
RouterGateway |
externalGatewayInfo()
Returns the RouterGateway of router.
|
VirtualPortId |
gatewayPortid()
Returns the gatewayPortid of router.
|
RouterId |
id()
Returns the router identifier.
|
String |
name()
Returns the router Name.
|
List<String> |
routes()
Returns the router list of router.
|
Router.Status |
status()
Returns the status of router.
|
TenantId |
tenantId()
Returns the owner(tenant) of this router.
|
RouterId id()
String name()
boolean adminStateUp()
Router.Status status()
boolean distributed()
RouterGateway externalGatewayInfo()
VirtualPortId gatewayPortid()
TenantId tenantId()