public static final class BgpNeighborRouteDetails.Builder
extends java.lang.Object
BgpNeighborRouteDetails.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
BgpNeighborRouteDetails. |
| Modifier and Type | Method and Description |
|---|---|
BgpNeighborRouteDetails |
build() |
BgpNeighborRouteDetails.Builder |
setLogicalRouterId(java.lang.String logicalRouterId)
Logical router id
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
BgpNeighborRouteDetails.Builder |
setNeighborAddress(java.lang.String neighborAddress)
BGP neighbor peer IP address.
|
BgpNeighborRouteDetails.Builder |
setNeighborId(java.lang.String neighborId)
BGP neighbor id
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
BgpNeighborRouteDetails.Builder |
setPerTransportNodeRoutes(java.util.List<RoutesPerTransportNode> perTransportNodeRoutes)
Array of BGP neighbor route details per transport node.
|
public Builder()
BgpNeighborRouteDetails.public BgpNeighborRouteDetails.Builder setLogicalRouterId(java.lang.String logicalRouterId)
logicalRouterId - New value for the property.public BgpNeighborRouteDetails.Builder setNeighborAddress(java.lang.String neighborAddress)
neighborAddress - New value for the property.public BgpNeighborRouteDetails.Builder setNeighborId(java.lang.String neighborId)
neighborId - New value for the property.public BgpNeighborRouteDetails.Builder setPerTransportNodeRoutes(java.util.List<RoutesPerTransportNode> perTransportNodeRoutes)
perTransportNodeRoutes - New value for the property.public BgpNeighborRouteDetails build()