Interface RouteFilterPrefix.Builder

    • Method Detail

      • cidr

        RouteFilterPrefix.Builder cidr​(String cidr)

        The CIDR block for the advertised route. Separate multiple routes using commas. An IPv6 CIDR must use /64 or shorter.

        Parameters:
        cidr - The CIDR block for the advertised route. Separate multiple routes using commas. An IPv6 CIDR must use /64 or shorter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.