Class RoutersConfig.Router

  • Enclosing class:
    RoutersConfig

    public static class RoutersConfig.Router
    extends Object
    Router configuration.
    • Method Detail

      • controlPlaneConnectPoint

        public ConnectPoint controlPlaneConnectPoint()
        Returns the routing control plane connect point.
        Returns:
        control plane connect point
      • isOspfEnabled

        public boolean isOspfEnabled()
        Returns whether OSPF is enabled on this router.
        Returns:
        true if OSPF is enabled, otherwise false
      • interfaces

        public Set<String> interfaces()
        Returns the set of interfaces enabled on this router.
        Returns:
        set of interface names that are enabled, or an empty list if all available interfaces should be used