Uses of Class
com.vmware.nsx_policy.model.LocalEgressRoutingEntry.Builder
-
Packages that use LocalEgressRoutingEntry.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of LocalEgressRoutingEntry.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LocalEgressRoutingEntry.Builder Modifier and Type Method Description LocalEgressRoutingEntry.Builder
LocalEgressRoutingEntry.Builder. setNexthopAddress(java.lang.String nexthopAddress)
Next hop address for proximity routing.LocalEgressRoutingEntry.Builder
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.
-