public interface Router extends Resource, Buildable<RouterBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
ExternalGateway |
getExternalGatewayInfo()
Information on external gateway for the router
|
List<? extends HostRoute> |
getRoutes()
Host Routing entries for the router
|
State |
getStatus()
Indicates whether a router is currently operational or not
|
boolean |
isAdminStateUp()
Administrative state of the router
|
getTenantId, setTenantId
getName, setName
List<? extends HostRoute> getRoutes()
boolean isAdminStateUp()
State getStatus()
ExternalGateway getExternalGatewayInfo()
Copyright © 2017. All rights reserved.