Interface RouteServerRoute.Builder

    • Method Detail

      • routeServerEndpointId

        RouteServerRoute.Builder routeServerEndpointId​(String routeServerEndpointId)

        The ID of the route server endpoint that received this route.

        Parameters:
        routeServerEndpointId - The ID of the route server endpoint that received this route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeServerPeerId

        RouteServerRoute.Builder routeServerPeerId​(String routeServerPeerId)

        The ID of the route server peer that advertised this route.

        Parameters:
        routeServerPeerId - The ID of the route server peer that advertised this route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeInstallationDetails

        RouteServerRoute.Builder routeInstallationDetails​(Collection<RouteServerRouteInstallationDetail> routeInstallationDetails)

        Details about the installation status of this route in route tables.

        Parameters:
        routeInstallationDetails - Details about the installation status of this route in route tables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeInstallationDetails

        RouteServerRoute.Builder routeInstallationDetails​(RouteServerRouteInstallationDetail... routeInstallationDetails)

        Details about the installation status of this route in route tables.

        Parameters:
        routeInstallationDetails - Details about the installation status of this route in route tables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeStatus

        RouteServerRoute.Builder routeStatus​(String routeStatus)

        The current status of the route in the routing database. Values are in-rib or in-fib depending on if the routes are in the RIB or the FIB database.

        The Routing Information Base (RIB) serves as a database that stores all the routing information and network topology data collected by a router or routing system, such as routes learned from BGP peers. The RIB is constantly updated as new routing information is received or existing routes change. This ensures that the route server always has the most current view of the network topology and can make optimal routing decisions.

        The Forwarding Information Base (FIB) serves as a forwarding table for what route server has determined are the best-path routes in the RIB after evaluating all available routing information and policies. The FIB routes are installed on the route tables. The FIB is recomputed whenever there are changes to the RIB.

        Parameters:
        routeStatus - The current status of the route in the routing database. Values are in-rib or in-fib depending on if the routes are in the RIB or the FIB database.

        The Routing Information Base (RIB) serves as a database that stores all the routing information and network topology data collected by a router or routing system, such as routes learned from BGP peers. The RIB is constantly updated as new routing information is received or existing routes change. This ensures that the route server always has the most current view of the network topology and can make optimal routing decisions.

        The Forwarding Information Base (FIB) serves as a forwarding table for what route server has determined are the best-path routes in the RIB after evaluating all available routing information and policies. The FIB routes are installed on the route tables. The FIB is recomputed whenever there are changes to the RIB.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RouteServerRouteStatus, RouteServerRouteStatus
      • routeStatus

        RouteServerRoute.Builder routeStatus​(RouteServerRouteStatus routeStatus)

        The current status of the route in the routing database. Values are in-rib or in-fib depending on if the routes are in the RIB or the FIB database.

        The Routing Information Base (RIB) serves as a database that stores all the routing information and network topology data collected by a router or routing system, such as routes learned from BGP peers. The RIB is constantly updated as new routing information is received or existing routes change. This ensures that the route server always has the most current view of the network topology and can make optimal routing decisions.

        The Forwarding Information Base (FIB) serves as a forwarding table for what route server has determined are the best-path routes in the RIB after evaluating all available routing information and policies. The FIB routes are installed on the route tables. The FIB is recomputed whenever there are changes to the RIB.

        Parameters:
        routeStatus - The current status of the route in the routing database. Values are in-rib or in-fib depending on if the routes are in the RIB or the FIB database.

        The Routing Information Base (RIB) serves as a database that stores all the routing information and network topology data collected by a router or routing system, such as routes learned from BGP peers. The RIB is constantly updated as new routing information is received or existing routes change. This ensures that the route server always has the most current view of the network topology and can make optimal routing decisions.

        The Forwarding Information Base (FIB) serves as a forwarding table for what route server has determined are the best-path routes in the RIB after evaluating all available routing information and policies. The FIB routes are installed on the route tables. The FIB is recomputed whenever there are changes to the RIB.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RouteServerRouteStatus, RouteServerRouteStatus
      • prefix

        RouteServerRoute.Builder prefix​(String prefix)

        The destination CIDR block of the route.

        Parameters:
        prefix - The destination CIDR block of the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • asPaths

        RouteServerRoute.Builder asPaths​(Collection<String> asPaths)

        The AS path attributes of the BGP route.

        Parameters:
        asPaths - The AS path attributes of the BGP route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • asPaths

        RouteServerRoute.Builder asPaths​(String... asPaths)

        The AS path attributes of the BGP route.

        Parameters:
        asPaths - The AS path attributes of the BGP route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • med

        RouteServerRoute.Builder med​(Integer med)

        The Multi-Exit Discriminator (MED) value of the BGP route.

        Parameters:
        med - The Multi-Exit Discriminator (MED) value of the BGP route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextHopIp

        RouteServerRoute.Builder nextHopIp​(String nextHopIp)

        The IP address for the next hop.

        Parameters:
        nextHopIp - The IP address for the next hop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.