Class VpnLinkBgpSettings
java.lang.Object
com.microsoft.azure.management.network.VpnLinkBgpSettings
BGP settings details for a link.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasn()
Get the BGP speaker's ASN.Get the BGP peering address and BGP identifier of this BGP speaker.Set the BGP speaker's ASN.withBgpPeeringAddress
(String bgpPeeringAddress) Set the BGP peering address and BGP identifier of this BGP speaker.
-
Constructor Details
-
VpnLinkBgpSettings
public VpnLinkBgpSettings()
-
-
Method Details
-
asn
Get the BGP speaker's ASN.- Returns:
- the asn value
-
withAsn
Set the BGP speaker's ASN.- Parameters:
asn
- the asn value to set- Returns:
- the VpnLinkBgpSettings object itself.
-
bgpPeeringAddress
Get the BGP peering address and BGP identifier of this BGP speaker.- Returns:
- the bgpPeeringAddress value
-
withBgpPeeringAddress
Set the BGP peering address and BGP identifier of this BGP speaker.- Parameters:
bgpPeeringAddress
- the bgpPeeringAddress value to set- Returns:
- the VpnLinkBgpSettings object itself.
-