| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
BgpSettings |
VpnSiteInner.bgpProperties()
Get the bgpProperties property: The set of bgp properties.
|
BgpSettings |
VirtualNetworkGatewayInner.bgpSettings()
Get the bgpSettings property: Virtual network gateway's BGP speaker settings.
|
BgpSettings |
LocalNetworkGatewayInner.bgpSettings()
Get the bgpSettings property: Local network gateway's BGP speaker settings.
|
BgpSettings |
VpnGatewayInner.bgpSettings()
Get the bgpSettings property: Local network gateway's BGP speaker settings.
|
| Modifier and Type | Method and Description |
|---|---|
VpnSiteInner |
VpnSiteInner.withBgpProperties(BgpSettings bgpProperties)
Set the bgpProperties property: The set of bgp properties.
|
VirtualNetworkGatewayInner |
VirtualNetworkGatewayInner.withBgpSettings(BgpSettings bgpSettings)
Set the bgpSettings property: Virtual network gateway's BGP speaker settings.
|
LocalNetworkGatewayInner |
LocalNetworkGatewayInner.withBgpSettings(BgpSettings bgpSettings)
Set the bgpSettings property: Local network gateway's BGP speaker settings.
|
VpnGatewayInner |
VpnGatewayInner.withBgpSettings(BgpSettings bgpSettings)
Set the bgpSettings property: Local network gateway's BGP speaker settings.
|
| Modifier and Type | Method and Description |
|---|---|
BgpSettings |
VirtualNetworkGateway.bgpSettings() |
BgpSettings |
LocalNetworkGateway.bgpSettings() |
BgpSettings |
BgpSettings.withAsn(Long asn)
Set the asn property: The BGP speaker's ASN.
|
BgpSettings |
BgpSettings.withBgpPeeringAddress(String bgpPeeringAddress)
Set the bgpPeeringAddress property: The BGP peering address and BGP identifier of this BGP speaker.
|
BgpSettings |
BgpSettings.withBgpPeeringAddresses(List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses)
Set the bgpPeeringAddresses property: BGP peering address with IP configuration ID for virtual network gateway.
|
BgpSettings |
BgpSettings.withPeerWeight(Integer peerWeight)
Set the peerWeight property: The weight added to routes learned from this BGP speaker.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.