@Deprecated public class RouterConfig extends Config<ApplicationId>
Config.FieldPresence| Constructor and Description | 
|---|
RouterConfig()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectPoint | 
getControlPlaneConnectPoint()
Deprecated.  
Returns the routing control plane connect point. 
 | 
List<String> | 
getInterfaces()
Deprecated.  
Returns the list of interfaces enabled on this router. 
 | 
boolean | 
getOspfEnabled()
Deprecated.  
Returns whether OSPF is enabled on this router. 
 | 
boolean | 
isValid()
Deprecated.  
Indicates whether or not the backing JSON node contains valid data. 
 | 
boolean | 
pimEnabled()
Deprecated.  
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, isValidLength, key, node, setList, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, subject, toStringpublic ConnectPoint getControlPlaneConnectPoint()
public boolean getOspfEnabled()
public boolean pimEnabled()
public List<String> getInterfaces()
public boolean isValid()
ConfigDefault implementation returns true. Subclasses are expected to override this with their own validation. Implementations are free to throw a RuntimeException if data is invalid.
isValid in class Config<ApplicationId>