public static class PeerInformation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PeerInformation.Builder |
asn(Integer asn)
The Autonomous System Number (ASN) of the peer network.
|
PeerInformation |
build() |
PeerInformation.Builder |
copy(PeerInformation model) |
PeerInformation.Builder |
ip(String ip)
Neighbor Border Gateway Protocal (BGP) IP address.
|
public PeerInformation.Builder asn(Integer asn)
The Autonomous System Number (ASN) of the peer network.
asn
- the value to setpublic PeerInformation.Builder ip(String ip)
Neighbor Border Gateway Protocal (BGP) IP address. The IP address usually refers to the customer data center router.
ip
- the value to setpublic PeerInformation build()
public PeerInformation.Builder copy(PeerInformation model)
Copyright © 2016–2024. All rights reserved.