public class BgpSettings extends Object
Constructor and Description |
---|
BgpSettings() |
Modifier and Type | Method and Description |
---|---|
Long |
asn()
Get the asn value.
|
String |
bgpPeeringAddress()
Get the bgpPeeringAddress value.
|
Integer |
peerWeight()
Get the peerWeight value.
|
BgpSettings |
withAsn(Long asn)
Set the asn value.
|
BgpSettings |
withBgpPeeringAddress(String bgpPeeringAddress)
Set the bgpPeeringAddress value.
|
BgpSettings |
withPeerWeight(Integer peerWeight)
Set the peerWeight value.
|
public Long asn()
public BgpSettings withAsn(Long asn)
asn
- the asn value to setpublic String bgpPeeringAddress()
public BgpSettings withBgpPeeringAddress(String bgpPeeringAddress)
bgpPeeringAddress
- the bgpPeeringAddress value to setpublic Integer peerWeight()
public BgpSettings withPeerWeight(Integer peerWeight)
peerWeight
- the peerWeight value to setCopyright © 2019. All rights reserved.