Interface Router

    • Method Detail

      • getRoutes

        List<? extends HostRoute> getRoutes()
        Host Routing entries for the router
        Returns:
        the routes for the router
      • isAdminStateUp

        boolean isAdminStateUp()
        Administrative state of the router
        Returns:
        true, if the administrative state is up
      • getStatus

        State getStatus()
        Indicates whether a router is currently operational or not
        Returns:
        the state/status of the router
      • getExternalGatewayInfo

        ExternalGateway getExternalGatewayInfo()
        Information on external gateway for the router
        Returns:
        the external gateway info
      • getDistributed

        Boolean getDistributed()
        true indicates a distributed router. It is available when dvr extension is enabled.