public class VpnLinkBgpSettings extends Object
| Constructor and Description |
|---|
VpnLinkBgpSettings() |
| Modifier and Type | Method and Description |
|---|---|
Long |
asn()
Get the BGP speaker's ASN.
|
String |
bgpPeeringAddress()
Get the BGP peering address and BGP identifier of this BGP speaker.
|
VpnLinkBgpSettings |
withAsn(Long asn)
Set the BGP speaker's ASN.
|
VpnLinkBgpSettings |
withBgpPeeringAddress(String bgpPeeringAddress)
Set the BGP peering address and BGP identifier of this BGP speaker.
|
public Long asn()
public VpnLinkBgpSettings withAsn(Long asn)
asn - the asn value to setpublic String bgpPeeringAddress()
public VpnLinkBgpSettings withBgpPeeringAddress(String bgpPeeringAddress)
bgpPeeringAddress - the bgpPeeringAddress value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/