Class BgpSettings
- java.lang.Object
-
- com.microsoft.azure.management.network.BgpSettings
-
public class BgpSettings extends Object
BGP settings details.
-
-
Constructor Summary
Constructors Constructor Description BgpSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longasn()Get the asn value.StringbgpPeeringAddress()Get the bgpPeeringAddress value.IntegerpeerWeight()Get the peerWeight value.BgpSettingswithAsn(Long asn)Set the asn value.BgpSettingswithBgpPeeringAddress(String bgpPeeringAddress)Set the bgpPeeringAddress value.BgpSettingswithPeerWeight(Integer peerWeight)Set the peerWeight value.
-
-
-
Method Detail
-
asn
public Long asn()
Get the asn value.- Returns:
- the asn value
-
withAsn
public BgpSettings withAsn(Long asn)
Set the asn value.- Parameters:
asn- the asn value to set- Returns:
- the BgpSettings object itself.
-
bgpPeeringAddress
public String bgpPeeringAddress()
Get the bgpPeeringAddress value.- Returns:
- the bgpPeeringAddress value
-
withBgpPeeringAddress
public BgpSettings withBgpPeeringAddress(String bgpPeeringAddress)
Set the bgpPeeringAddress value.- Parameters:
bgpPeeringAddress- the bgpPeeringAddress value to set- Returns:
- the BgpSettings object itself.
-
peerWeight
public Integer peerWeight()
Get the peerWeight value.- Returns:
- the peerWeight value
-
withPeerWeight
public BgpSettings withPeerWeight(Integer peerWeight)
Set the peerWeight value.- Parameters:
peerWeight- the peerWeight value to set- Returns:
- the BgpSettings object itself.
-
-