public class RouterConfig
extends org.onosproject.net.config.Config<org.onosproject.core.ApplicationId>
| Constructor and Description |
|---|
RouterConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.ConnectPoint |
getControlPlaneConnectPoint()
Returns the routing control plane connect point.
|
List<String> |
getInterfaces()
Returns the list of interfaces enabled on this router.
|
boolean |
getOspfEnabled()
Returns whether OSPF is enabled on this router.
|
boolean |
isValid() |
boolean |
pimEnabled()
Returns whether PIM is enabled on this router.
|
apply, clear, get, get, get, get, get, get, getList, getList, hasField, hasField, hasFields, hasFields, hasOnlyFields, hasOnlyFields, init, isBoolean, isBoolean, isConnectPoint, isConnectPoint, isDecimal, isDecimal, isIntegralNumber, isIntegralNumber, isIpAddress, isIpAddress, isIpPrefix, isIpPrefix, isMacAddress, isMacAddress, isNumber, isNumber, isString, isString, isTpPort, isTpPort, key, node, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, subjectpublic org.onosproject.net.ConnectPoint getControlPlaneConnectPoint()
public boolean getOspfEnabled()
public boolean pimEnabled()
public List<String> getInterfaces()
public boolean isValid()
isValid in class org.onosproject.net.config.Config<org.onosproject.core.ApplicationId>