Class BgpRouteLeaking.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of BgpRouteLeaking.
    • Method Detail

      • setInFilter

        public BgpRouteLeaking.Builder setInFilter​(java.util.List<java.lang.String> inFilter)
        Specify path of route map to filter routes for IN direction. If not specified then all exported routes from peer attachment will be imported.
        Parameters:
        inFilter - New value for the property.
      • setOutFilter

        public BgpRouteLeaking.Builder setOutFilter​(java.util.List<java.lang.String> outFilter)
        Specify path of route map to filter routes for OUT direction. If not specified then all redistribute routes will be exported.
        Parameters:
        outFilter - New value for the property.