Uses of Class
com.azure.resourcemanager.network.models.BgpSettings
-
Packages that use BgpSettings 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. -
-
Uses of BgpSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BgpSettings Modifier and Type Method Description BgpSettingsVpnSiteInner. bgpProperties()Get the bgpProperties property: The set of bgp properties.BgpSettingsVpnSiteProperties. bgpProperties()Get the bgpProperties property: The set of bgp properties.BgpSettingsLocalNetworkGatewayInner. bgpSettings()Get the bgpSettings property: Local network gateway's BGP speaker settings.BgpSettingsLocalNetworkGatewayPropertiesFormat. bgpSettings()Get the bgpSettings property: Local network gateway's BGP speaker settings.BgpSettingsVirtualNetworkGatewayInner. bgpSettings()Get the bgpSettings property: Virtual network gateway's BGP speaker settings.BgpSettingsVirtualNetworkGatewayPropertiesFormat. bgpSettings()Get the bgpSettings property: Virtual network gateway's BGP speaker settings.BgpSettingsVpnGatewayInner. bgpSettings()Get the bgpSettings property: Local network gateway's BGP speaker settings.BgpSettingsVpnGatewayProperties. bgpSettings()Get the bgpSettings property: Local network gateway's BGP speaker settings.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type BgpSettings Modifier and Type Method Description VpnSiteInnerVpnSiteInner. withBgpProperties(BgpSettings bgpProperties)Set the bgpProperties property: The set of bgp properties.VpnSitePropertiesVpnSiteProperties. withBgpProperties(BgpSettings bgpProperties)Set the bgpProperties property: The set of bgp properties.LocalNetworkGatewayInnerLocalNetworkGatewayInner. withBgpSettings(BgpSettings bgpSettings)Set the bgpSettings property: Local network gateway's BGP speaker settings.LocalNetworkGatewayPropertiesFormatLocalNetworkGatewayPropertiesFormat. withBgpSettings(BgpSettings bgpSettings)Set the bgpSettings property: Local network gateway's BGP speaker settings.VirtualNetworkGatewayInnerVirtualNetworkGatewayInner. withBgpSettings(BgpSettings bgpSettings)Set the bgpSettings property: Virtual network gateway's BGP speaker settings.VirtualNetworkGatewayPropertiesFormatVirtualNetworkGatewayPropertiesFormat. withBgpSettings(BgpSettings bgpSettings)Set the bgpSettings property: Virtual network gateway's BGP speaker settings.VpnGatewayInnerVpnGatewayInner. withBgpSettings(BgpSettings bgpSettings)Set the bgpSettings property: Local network gateway's BGP speaker settings.VpnGatewayPropertiesVpnGatewayProperties. withBgpSettings(BgpSettings bgpSettings)Set the bgpSettings property: Local network gateway's BGP speaker settings. -
Uses of BgpSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return BgpSettings Modifier and Type Method Description BgpSettingsLocalNetworkGateway. bgpSettings()BgpSettingsVirtualNetworkGateway. bgpSettings()BgpSettingsBgpSettings. withAsn(Long asn)Set the asn property: The BGP speaker's ASN.BgpSettingsBgpSettings. withBgpPeeringAddress(String bgpPeeringAddress)Set the bgpPeeringAddress property: The BGP peering address and BGP identifier of this BGP speaker.BgpSettingsBgpSettings. withBgpPeeringAddresses(List<IpConfigurationBgpPeeringAddress> bgpPeeringAddresses)Set the bgpPeeringAddresses property: BGP peering address with IP configuration ID for virtual network gateway.BgpSettingsBgpSettings. withPeerWeight(Integer peerWeight)Set the peerWeight property: The weight added to routes learned from this BGP speaker.
-