Class PppoeRelayConfig


  • public class PppoeRelayConfig
    extends org.onosproject.net.config.Config<org.onosproject.core.ApplicationId>
    Configuration for the PPPoE control packet relay service.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.onosproject.net.config.Config

        org.onosproject.net.config.Config.FieldPresence
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String KEY  
      • Fields inherited from class org.onosproject.net.config.Config

        array, delegate, key, mapper, node, object, subject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.onosproject.net.ConnectPoint getAsgToOltConnectPoint()
      Gets the connect point where the OLT is connected to the ASG.
      org.onosproject.net.ConnectPoint getPppoeServerConnectPoint()
      Gets the PPPoE server connect point.
      boolean isValid()  
      • Methods inherited from class org.onosproject.net.config.Config

        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, toString
    • Constructor Detail

      • PppoeRelayConfig

        public PppoeRelayConfig()
    • Method Detail

      • isValid

        public boolean isValid()
        Overrides:
        isValid in class org.onosproject.net.config.Config<org.onosproject.core.ApplicationId>
      • getPppoeServerConnectPoint

        public org.onosproject.net.ConnectPoint getPppoeServerConnectPoint()
        Gets the PPPoE server connect point.
        Returns:
        PPPoE server connect point
      • getAsgToOltConnectPoint

        public org.onosproject.net.ConnectPoint getAsgToOltConnectPoint()
        Gets the connect point where the OLT is connected to the ASG.
        Returns:
        ASG to OLT connect point