Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
RouteMapEntrySet.Builder |
RouteMapEntrySet.Builder.setAsPathPrepend(java.lang.String asPathPrepend)
AS path prepend to influence route selection.
|
RouteMapEntrySet.Builder |
RouteMapEntrySet.Builder.setCommunity(java.lang.String community)
Set BGP regular or large community for matching routes.
|
RouteMapEntrySet.Builder |
RouteMapEntrySet.Builder.setLocalPreference(java.lang.Long localPreference)
Local preference indicates the degree of preference for one BGP route over other
BGP routes.
|
RouteMapEntrySet.Builder |
RouteMapEntrySet.Builder.setMed(java.lang.Long med)
Multi exit descriminator (MED) is a hint to BGP neighbors about the preferred
path into an autonomous system (AS) that has multiple entry points.
|
RouteMapEntrySet.Builder |
RouteMapEntrySet.Builder.setPreferGlobalV6NextHop(java.lang.Boolean preferGlobalV6NextHop)
For incoming and import route_maps on receiving both v6 global and v6 link-local
address for the route, prefer to use the global address as the next hop.
|
RouteMapEntrySet.Builder |
RouteMapEntrySet.Builder.setWeight(java.lang.Long weight)
Weight is used to select a route when multiple routes are available to the same
network.
|