public static final class BgpNeighborRouteDetailsCsvRecord.Builder
extends java.lang.Object
BgpNeighborRouteDetailsCsvRecord.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
BgpNeighborRouteDetailsCsvRecord. |
| Modifier and Type | Method and Description |
|---|---|
BgpNeighborRouteDetailsCsvRecord |
build() |
BgpNeighborRouteDetailsCsvRecord.Builder |
setAsPath(java.lang.String asPath)
BGP AS path attribute.
|
BgpNeighborRouteDetailsCsvRecord.Builder |
setLocalPref(java.lang.Long localPref)
BGP Local Preference attribute.
|
BgpNeighborRouteDetailsCsvRecord.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.
|
BgpNeighborRouteDetailsCsvRecord.Builder |
setMed(java.lang.Long med)
BGP Multi Exit Discriminator attribute.
|
BgpNeighborRouteDetailsCsvRecord.Builder |
setNeighborAddress(java.lang.String neighborAddress)
BGP neighbor peer IP address.
|
BgpNeighborRouteDetailsCsvRecord.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.
|
BgpNeighborRouteDetailsCsvRecord.Builder |
setNetwork(java.lang.String network)
CIDR network address.
|
BgpNeighborRouteDetailsCsvRecord.Builder |
setNextHop(java.lang.String nextHop)
Next hop IP address.
|
BgpNeighborRouteDetailsCsvRecord.Builder |
setSourceAddress(java.lang.String sourceAddress)
BGP neighbor source address.
|
BgpNeighborRouteDetailsCsvRecord.Builder |
setTransportNodeId(java.lang.String transportNodeId)
Transport node 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.
|
BgpNeighborRouteDetailsCsvRecord.Builder |
setWeight(java.lang.Long weight)
BGP Weight attribute.
|
public Builder()
BgpNeighborRouteDetailsCsvRecord.public BgpNeighborRouteDetailsCsvRecord.Builder setAsPath(java.lang.String asPath)
asPath - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setLocalPref(java.lang.Long localPref)
localPref - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setLogicalRouterId(java.lang.String logicalRouterId)
logicalRouterId - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setMed(java.lang.Long med)
med - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setNeighborAddress(java.lang.String neighborAddress)
neighborAddress - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setNeighborId(java.lang.String neighborId)
neighborId - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setNetwork(java.lang.String network)
network - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setNextHop(java.lang.String nextHop)
nextHop - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setSourceAddress(java.lang.String sourceAddress)
sourceAddress - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setTransportNodeId(java.lang.String transportNodeId)
transportNodeId - New value for the property.public BgpNeighborRouteDetailsCsvRecord.Builder setWeight(java.lang.Long weight)
weight - New value for the property.public BgpNeighborRouteDetailsCsvRecord build()