public static final class BgpNeighborRoutes.Builder
extends java.lang.Object
BgpNeighborRoutes.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
BgpNeighborRoutes. |
| Modifier and Type | Method and Description |
|---|---|
BgpNeighborRoutes |
build() |
BgpNeighborRoutes.Builder |
setEdgeNodeRoutes(java.util.List<RoutesPerTransportNode> edgeNodeRoutes)
Array of BGP neighbor route details per edge node.
|
BgpNeighborRoutes.Builder |
setEgdeNodeRoutes(java.util.List<RoutesPerTransportNode> egdeNodeRoutes)
Array of BGP neighbor route details per edge node.
|
BgpNeighborRoutes.Builder |
setEnforcementPointPath(java.lang.String enforcementPointPath)
Enforcement point policy path
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
BgpNeighborRoutes.Builder |
setNeighborPath(java.lang.String neighborPath)
BGP neighbor policy path
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
BgpNeighborRoutes.public BgpNeighborRoutes.Builder setEdgeNodeRoutes(java.util.List<RoutesPerTransportNode> edgeNodeRoutes)
edgeNodeRoutes - New value for the property.public BgpNeighborRoutes.Builder setEgdeNodeRoutes(java.util.List<RoutesPerTransportNode> egdeNodeRoutes)
egdeNodeRoutes - New value for the property.public BgpNeighborRoutes.Builder setEnforcementPointPath(java.lang.String enforcementPointPath)
enforcementPointPath - New value for the property.public BgpNeighborRoutes.Builder setNeighborPath(java.lang.String neighborPath)
neighborPath - New value for the property.public BgpNeighborRoutes build()