Class LocalEgressRoutingEntry.Builder

    • Constructor Detail

    • Method Detail

      • setNexthopAddress

        public LocalEgressRoutingEntry.Builder setNexthopAddress​(java.lang.String nexthopAddress)
        Next hop address for proximity routing.
        Parameters:
        nexthopAddress - New value for the property.
      • setPrefixListPaths

        public LocalEgressRoutingEntry.Builder setPrefixListPaths​(java.util.List<java.lang.String> prefixListPaths)
        The destination address of traffic matching a prefix-list is forwarded to the nexthop_address. Traffic matching a prefix list with Action DENY will be dropped. Individual prefix-lists specified could have different actions.
        Parameters:
        prefixListPaths - New value for the property.